System.Windows Namespace


.NET Framework Class Library for Silverlight
TextDecorationCollection Class

Provides the value for the TextBlock..::.TextDecorations and Inline..::.TextDecorations properties.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)
Syntax

Visual Basic (Declaration)
Public NotInheritable Class TextDecorationCollection
Visual Basic (Usage)
Dim instance As TextDecorationCollection
C#
public sealed class TextDecorationCollection
XAML Attribute Usage
<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.

Remarks

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.

Inheritance Hierarchy

System..::.Object
  System.Windows..::.TextDecorationCollection
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Tags :


Page view tracker