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

In This Topic
    Format Property (ColorScaleTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ColorScale.Format. Get or sets the format string for legend items.
    Syntax
    'Declaration
     
    Public Property Format As String
    public string Format {get; set;}
    See Also