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

In This Topic
    MaxFontWeight Property (C1BulletGraph)
    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