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

In This Topic
    FontSize Property (C1Gauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property FontSize As Nullable(Of C1StyleFontSize)
    public Nullable<C1StyleFontSize> FontSize {get; set;}
    See Also