UnderLine Property (SubStyle)
Gets or sets whether the text has an underline style.
public bool UnderLine {get; set;}
'Declaration
Public Property UnderLine As Boolean
'Usage
Dim instance As SubStyle
Dim value As Boolean
instance.UnderLine = value
value = instance.UnderLine
Property Value
A
bool value that indicates whether the text has an underline style.