TextElement.TextDecorations Property

Definition

Gets or sets a value that indicates what decorations are applied to the text.

C#
public TextDecorations TextDecorations { get; set; }
XAML
<textElement TextDecorations="textDecorationsMemberName"/>

Property Value

A value of the enumeration. The default is None.

Remarks

For more info and examples, see RichTextBlock.TextDecorations.

Applies to

Toode Versioonid
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also