AccessText::TextEffects Property
.NET Framework (current version)
Gets or sets the effects that are added to the text of an AccessText element.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property TextEffectCollection^ TextEffects { TextEffectCollection^ get(); void set(TextEffectCollection^ value); }
Property Value
Type: System.Windows.Media::TextEffectCollection^The TextEffectCollection. The default is null.
This property is not typically set, either by using markup or code.
This property exposes the default effects for an access key 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.
<object>
<object.TextEffects>
OneOrMoreTextEffects
</object.TextEffects>
</object>
- OneOrMoreTextEffects
One or more TextEffect elements.
Identifier field | |
Metadata properties set to true |
.NET Framework
Available since 3.0
Available since 3.0
Show: