Table of Contents

Class CustomColor

Namespace
Dynamicweb.Content.ColorSchemes
Assembly
Dynamicweb.dll

Represents a custom color

public sealed class CustomColor
Inheritance
CustomColor
Inherited Members

Properties

Color

Gets or sets the color value.

public required string Color { get; set; }

Property Value

string

Remarks

The value should be a CSS hexadecimal color. See examples here

Id

Gets or sets the color id.

public required string Id { get; set; }

Property Value

string

Name

Gets or sets the color name.

public required string Name { get; set; }

Property Value

string
To top