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

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