ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / StyleFontDelta Class / Italic Property

In This Topic
    Italic Property
    In This Topic
    Gets or sets a value that indicates whether the resulting font has the italic style applied.
    Syntax
    'Declaration
     
    Public Property Italic As System.Boolean
    public System.bool Italic {get; set;}
    Remarks
    Don't set this property to retrieve value of the Italic attribute from the base font.
    See Also