TextElement::TextEffects Property
.NET Framework (current version)
Gets or sets a collection of text effects to apply to the content of the element.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property TextEffectCollection^ TextEffects { TextEffectCollection^ get(); void set(TextEffectCollection^ value); }
Property Value
Type: System.Windows.Media::TextEffectCollection^A TextEffectCollection containing one or more TextEffect objects that define effects to apply to the content in this element. The default is null (not an empty collection).
By default, this property is set to null and has no TextEffectCollection associated with it. Before adding any text effects, create a new TextEffectCollection and assign it to this property.
Identifier field | |
Metadata properties set to true |
.NET Framework
Available since 3.0
Available since 3.0
Show: