Table of Contents

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

int

Palette

Gets or sets the color swatch palette
public IDictionary<string, string> Palette { get; set; }

Property Value

IDictionary<string, string>
To top