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

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