xtd 0.2.0
Loading...
Searching...
No Matches

◆ text_decoration

The xtd::forms::style_sheets::text_decoration enum class is used to set or remove decorations from text.

Header
#include <xtd/forms/style_sheets/text_decoration>
Namespace
xtd::forms::style_sheets
Library
xtd.forms
Remarks
The value xtd::forms::style_sheets::text_decoration::none; is often used to remove underlines from links.
Note
It is not recommended to underline text that is not a link, as this often confuses the reader.
Enumerator
none 

Defines none text decoration.

overline 

Defines a overline text decoration.

line_through 

Defines a line through text decoration.

underline 

Defines a underline text decoration.