Blazor | ComponentOne
C1.Blazor.TreeView Assembly / C1.Blazor.TreeView Namespace / C1TreeView Class / FontSize Property

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