Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1Slider Class / FontWeight Property

In This Topic
    FontWeight Property (C1Slider)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property FontWeight As Nullable(Of C1StyleFontWeight)
    public Nullable<C1StyleFontWeight> FontWeight {get; set;}
    See Also