ComponentOne ASP.NET MVC Controls
Palette Property (ColorPicker)

C1.Web.Mvc Namespace > ColorPicker Class : Palette Property
Gets or sets an array that contains the colors in the palette.
Syntax
'Declaration
 
Public Property Palette As List(Of Color)
public List<Color> Palette {get; set;}
Remarks
The palette contains ten colors, represented by an array with ten strings. The first two colors are usually white and black.
See Also

Reference

ColorPicker Class
ColorPicker Members