Namespace:
System.Windows
Assembly:
System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
Public NotInheritable Class TextDecorationCollection
Dim instance As TextDecorationCollection
public sealed class TextDecorationCollection
<object property="textDecorationsPropertyName"/>
XAML Values
- textDecorationsPropertyName
A string that names a static property with a value of type TextDecorations. In Silverlight 3, the only supported values are Underline or an empty string. Underline specifies an underline text decoration. The empty string specifies no text decoration, which is the default value for existing TextDecorations properties that use TextDecorationCollection. Setting to the empty string is not typically necessary, but it is supported.
A text decoration is a visual ornament that you can add to text. In WPF, you can define custom text decorations. In Silverlight 3, there is one type of text decoration: Underline. The name of this object and its corresponding properties (TextDecorationCollection) is therefore something of a misnomer, but exists in this manner for Silverlight/WPF compatibility. The TextDecorationCollection class does not define any members.
System..::.Object
System.Windows..::.TextDecorationCollection
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference