Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextEffectFormat Interface / FontItalic Property


In This Topic
    FontItalic Property
    In This Topic
    Returns msoTrue if the font in the specified WordArt is italic.
    Syntax
    'Declaration
     
    
    Property FontItalic As Boolean
    'Usage
     
    
    Dim instance As ITextEffectFormat
    Dim value As Boolean
     
    instance.FontItalic = value
     
    value = instance.FontItalic
    bool FontItalic {get; set;}
    See Also