ComponentOne ASP.NET MVC Controls
Palette Property (InputColor)

C1.Web.Mvc Namespace > InputColor 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

InputColor Class
InputColor Members