C1.Web.Mvc Namespace / ColorPicker Class / Palette Property

In This Topic
Palette Property (ColorPicker)
In This Topic
Gets or sets an array that contains the colors in the palette.
Syntax
'Declaration
 
Public Property Palette As List(Of Color)
 
Remarks
The palette contains ten colors, represented by an array with ten strings. The first two colors are usually white and black.
See Also