Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Font Class / IsBold Property

In This Topic
    IsBold Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsBold As Nullable(Of Boolean)
    public Nullable<bool> IsBold {get;}
    See Also