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


In This Topic
Underline Property (Font)
In This Topic
Gets the underline of this Font.
Syntax
'Declaration
 
Public Property Underline As UnderlineStyle
 
'Usage
 
Dim instance As Font
Dim value As UnderlineStyle
 
instance.Underline = value
 
value = instance.Underline

Property Value

A UnderlineStyle value represents the underline of this Font.
See Also