Underline Property (Font)
In This Topic
Gets a value that indicates whether this Font object is underlined.
Syntax
'Declaration
Public ReadOnly Property Underline As Boolean
public bool Underline {get;}
Property Value
This property returns
true if this
Font object is underlined; otherwise,
false.
See Also