AccessText::TextDecorations Property
Gets or sets the decorations that are added to the text of an AccessText element. This is a dependency property.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
public: property TextDecorationCollection^ TextDecorations { TextDecorationCollection^ get (); void set (TextDecorationCollection^ value); }
<object> <object.TextDecorations> OneOrMoreTextDecorations </object.TextDecorations> </object>
<object TextDecorations="TextDecorationCollection" .../>
XAML Values
Property Value
Type: System.Windows::TextDecorationCollectionThe TextDecorations applied to the text of an AccessText. The default is nullptr.
For more information about text decorations, see TextDecorations.
This property is not typically set, either by using markup or code.
This property exposes the default decoration for an access key (an underline in the same text color as the text) for possible styling or programmatic change. Because users expect access key identifiers to have a certain appearance in the user interface (UI), a better choice is to change this property by using application-wide mechanisms, such as application styles or custom themes.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.