This represents the position of a line drawn over some text [the text-decoration css property].
Public Attributes | |
| const int | None =0 |
| const int | Overline =1 |
| const int | Underline =1<<1 |
| const int | LineThrough =1<<2 |
| const int Css.TextDecorationLineMode.LineThrough =1<<2 |
| const int Css.TextDecorationLineMode.None =0 |
| const int Css.TextDecorationLineMode.Overline =1 |
| const int Css.TextDecorationLineMode.Underline =1<<1 |