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

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