TextDecorations
TextDecorations
TextDecorations
TextDecorations
Enum
Definition
Defines constants that specify the decorations applied to text.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class TextDecorationspublic enum TextDecorationsPublic Enum TextDecorations// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Fields
| None None None None | No text decorations are applied. |
| Strikethrough Strikethrough Strikethrough Strikethrough | Strikethrough is applied to the text. |
| Underline Underline Underline Underline | Underline is applied to the text. |