| TextDecorations Enumeration |
Namespace: Windows.UI.Text
public enum TextDecorations
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Defines a line above the text | |
| OverLine | 2 | Defines a line above the text | |
| Strikethrough | 3 | Defines a line through the text | |
| Underline | 4 | Defines a line below the text |