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

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