Class ColorSwatch
- Namespace
- Dynamicweb.Content.Items
- Assembly
- Dynamicweb.dll
Represents an area color swatch
public class ColorSwatch
- Inheritance
-
ColorSwatch
- Inherited Members
Properties
AreaId
Gets or sets the area id.
public int AreaId { get; set; }
Property Value
Palette
Gets or sets the color swatch palette
public IDictionary<string, string> Palette { get; set; }