Returns an array of all supported underline styles. This property can be used to fill a combo box or a menu.

Syntax

public FontUnderlineStyle[] UnderlineStyles { get; }
Public ReadOnly Property UnderlineStyles() As FontUnderlineStyle()

Members

Member Description
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.

Limitations

Read only.