| TextDecorations Enumeration | 
Namespace: Windows.UI.Text
 Syntax
Syntaxpublic enum TextDecorations
 Members
Members| 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 | 
 See Also
See Also