Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / Italic Property


In This Topic
Italic Property (Font)
In This Topic
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

Property Value

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