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

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