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

In This Topic
    Format Property (LinearGauge)
    In This Topic
    Gets or 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