ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / InputColor Class / Palette Property

In This Topic
    Palette Property (InputColor)
    In This Topic
    Gets or sets an array that contains the colors in the palette.
    Syntax
    'Declaration
     
    Public Property Palette As List(Of String)
    public List<string> 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