enum
TextDecoration
public sealed enum TextDecoration : Enum Possible values for text-decoration CSS property.
Enum Values
| Name | Value | Description |
|---|---|---|
None | | No decoration, default. |
Underline | | Underline the text. |
LineThrough | | Strike through, a line in the middle of the text. |
Overline | | A line above the text. |