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

In This Topic
    FontWeight Property (C1ToggleButton)
    In This Topic
    Gets or sets the font weight applied to the view.
    Syntax
    'Declaration
     
    
    Public Property FontWeight As Nullable(Of C1StyleFontWeight)
    public Nullable<C1StyleFontWeight> FontWeight {get; set;}
    See Also