Enables theme palette selection.
Supported Data Types
string
Scripted Extension Configuration XML
<property id="propertyId" labelResourceName="nameResource" descriptionResourceName="descriptionResource" dataType="string" template="themepalette" paletteTypeId="" />
Plugin Configuration C#
var property = new Property { Id = "propertyId", LabelResourceName = "nameResource", DescriptionResourceName = "descriptionResource", DataType = "string", Template = "themepalette", Options = new NameValueCollection { { "paletteTypeId", "" } } };
Options
Name | Description | Default | Options |
---|---|---|---|
paletteTypeId | The ID of the palette type from the theme to select available palettes from. |