Blazor | ComponentOne
C1.Blazor.Gauge Assembly / C1.Blazor.Gauge Namespace / C1RadialGauge Class / MaxFontWeight Property

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