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

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