Gets or sets underlining style for the text displayed by the control. This property only determines the style. The Font property determines whether text is underlined or not.

Syntax

public FontUnderlineStyle FontUnderlineStyle { get; set; }
Public Property FontUnderlineStyle() As FontUnderlineStyle

Members

Member Description
None Text is not underlined.
Single Text is underlined with a single line.
Doubled Text is underlined with a doubled line.
SingleWordsOnly Only the words of the text are underlined with a single line.
DoubledWordsOnly Only the words of the text are underlined with a doubled line.