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

In This Topic
    Format Property (LinearGaugeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Gauge.Format. Sets the format string used for displaying the gauge values as text.
    Syntax
    'Declaration
     
    Public Property Format As String
    public string Format {get; set;}
    See Also