Blazor | ComponentOne
C1.Blazor.Menu Assembly / C1.Blazor.Menu Namespace / C1MenuItem Class / FontStyle Property

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