Spread Windows Forms 12.0 Product Documentation
Underline Property (Font)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Font Structure : Underline Property
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
public UnderlineStyle Underline {get; set;}

Property Value

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

Reference

Font Structure
Font Members