Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFont Interface / Italic Property


In This Topic
    Italic Property (IFont)
    In This Topic
    True if the font style is italic
    Syntax
    'Declaration
     
    
    Property Italic As Boolean
    'Usage
     
    
    Dim instance As IFont
    Dim value As Boolean
     
    instance.Italic = value
     
    value = instance.Italic
    bool Italic {get; set;}

    Property Value

    true if italic; otherwise, false.
    See Also