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

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