ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ColorScaleTagHelper Class / Colors Property

In This Topic
    Colors Property (ColorScaleTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ColorScale.Colors. Sets the array of colors (palette) used for transformation.
    Syntax
    'Declaration
     
    Public Property Colors As Object
    public object Colors {get; set;}
    See Also