TextDecorations Class
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Implements a set of predefined text decorations.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
The TextDecorations type exposes the following members.
A text decoration is a visual ornament that you can add to text. In Windows Phone, there is one type of text decoration: Underline.
TextDecorationCollection is the value type for Windows Phone properties or attributes that specify a text decorations value, but you must use static properties of TextDecorations to specify a value. In XAML, you specify the name of a TextDecorations property as the attribute value. This functionality is enabled by native XAML parsing behavior that processes the string value.
In code, you can set the value of properties such as Inline::TextDecorations directly to Underline, or you can set to nullptr (for the equivalent behavior of setting to empty string in XAML, or to restore the default value).

