Spread Windows Forms 12.0 Product Documentation
Italic Property (Font)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Font Structure : Italic Property
Gets a value indicating whether this Font is italic.
Syntax
'Declaration
 
Public Property Italic As Boolean
'Usage
 
Dim instance As Font
Dim value As Boolean
 
instance.Italic = value
 
value = instance.Italic
public bool Italic {get; set;}

Property Value

true if this Font is italic; otherwise, false.
See Also

Reference

Font Structure
Font Members