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

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