TextDecorations Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Describes the possible text decorations.
<object property="EnumerationValue" .../>
value = "EnumerationValue"
Enumeration Values
Value |
Description |
---|---|
None |
No text decoration is specified. |
Underline |
The characters are displayed with an underline. |
Managed Equivalent
TextDecorations (not a direct equivalent because TextDecorations is a class not an enumeration, but TextDecorations embodies the functionality of TextDecorations in the JavaScript API).