Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Style Class / FontSize Property

In This Topic
    FontSize Property (C1Style)
    In This Topic
    Gets or sets element's font-size.
    Syntax
    'Declaration
     
    
    Public Property FontSize As Nullable(Of C1StyleFontSize)
    public Nullable<C1StyleFontSize> FontSize {get; set;}
    See Also