TextBlock::TextEffects Property
.NET Framework (current version)
Gets or sets the effects to apply to the text content in this 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 text of the TextBlock. The default is null (no effects applied).
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: