Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 954 Bytes

textdecorations.md

File metadata and controls

34 lines (22 loc) · 954 Bytes
-api-id -api-type
T:Windows.UI.Text.TextDecorations
winrt enum

Windows.UI.Text.TextDecorations

-description

Defines constants that specify the decorations applied to text.

-enum-fields

-field None:0

No text decorations are applied.

-field Underline:1

Underline is applied to the text.

-field Strikethrough:2

Strikethrough is applied to the text.

-remarks

These enumeration values are used by the TextDecorations property of various text controls. For more info and examples, see the property documentation.

-see-also

RichTextBlock.TextDecorations, TextBlock.TextDecorations, TextElement.TextDecorations

-examples