Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Silverlight 3
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Silverlight 3

Other versions are also available for the following:
.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)
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.

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.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker