Blazor | ComponentOne
C1.Blazor.Gauge Assembly / C1.Blazor.Gauge Namespace / C1Gauge Class / ValueFontStyle Property

In This Topic
    ValueFontStyle Property (C1Gauge)
    In This Topic
    Gets or sets the value font style.
    Syntax
    'Declaration
     
    
    Public Property ValueFontStyle As Nullable(Of C1StyleFontStyle)
    public Nullable<C1StyleFontStyle> ValueFontStyle {get; set;}
    See Also