ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ColorScale Class / Colors Property

In This Topic
    Colors Property
    In This Topic
    Gets or sets the array of colors (palette) used for transformation.
    Syntax
    'Declaration
     
    
    Public Property Colors As String()
    public string[] Colors {get; set;}
    See Also