Gets or sets underlining styles for the style.
public FontUnderlineStyle Underline { get; set; }Public Property Underline() As FontUnderlineStyle| Member | Description |
|---|---|
| None | Text is not underlined. |
| Single | Text is underlined with a single line. |
| Doubled | Text is underlined with a doubled line. |
| Single |
Only the words of the text are underlined with a single line. |
| Doubled |
Only the words of the text are underlined with a doubled line. |