Spread Windows Forms 12.0 Product Documentation
Italic Property (IFont)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFont Interface : Italic Property
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

Reference

IFont Interface
IFont Members