TextDecorations Enumeration

Describes the possible text decorations.

XAML
<object property="EnumerationValue" .../>
Scripting
value = "EnumerationValue"

Enumeration Values

Value Description
None No text decoration is specified.
Underline The characters are displayed with an underline.

Remarks

A TextDecorations value is typically applied to a Run.

Applies To

TextDecorations Property

See Also

TextBlock
Run