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

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