Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextFont Interface / Italic Property


In This Topic
    Italic Property (ITextFont)
    In This Topic
    Gets or sets a value indicating whether the font is italic.
    Syntax
    'Declaration
     
    
    Property Italic As Boolean
    'Usage
     
    
    Dim instance As ITextFont
    Dim value As Boolean
     
    instance.Italic = value
     
    value = instance.Italic
    bool Italic {get; set;}

    Property Value

    true if the font is italic; otherwise, false.
    See Also