Provides the value for the TextBlock..::.TextDecorations and Inline..::.TextDecorations properties.
Public NotInheritable Class TextDecorationCollection
Dim instance As TextDecorationCollection
public sealed class TextDecorationCollection
<object property="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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.