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

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