TX Text Control .NET Documentation

FormattingStyle.Underline Property

Description:Gets or sets underlining styles for the style.

Syntax:
[C#] public FontUnderlineStyle Underline { get; set; }
[Visual Basic] Public Property Underline() As FontUnderlineStyle
ValueDescription
NoneText is not underlined.

SingleText is underlined with a single line.

DoubledText is underlined with a doubled line.

SingleWordsOnlyOnly the words of the text are underlined with a single line.

DoubledWordsOnlyOnly the words of the text are underlined with a doubled line.

See also:Stylesheet Programming, Graphical Overview.