InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / StyleFontDelta Class / Italic Property

In This Topic
    Italic Property (StyleFontDelta)
    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 Boolean
    public bool Italic {get; set;}
    Remarks
    Don't set this property to retrieve value of the Italic attribute from the base font.
    See Also