Share via


TextFormattingRunProperties.TextEffects Property

Gets the text effects for the text.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property TextEffects As TextEffectCollection
public override TextEffectCollection TextEffects { get; }
public:
virtual property TextEffectCollection^ TextEffects {
    TextEffectCollection^ get () override;
}
abstract TextEffects : TextEffectCollection with get 
override TextEffects : TextEffectCollection with get
override function get TextEffects () : TextEffectCollection

Property Value

Type: System.Windows.Media.TextEffectCollection
The text effects.

Remarks

Returns an empty TextEffectCollection if no collection is currently set.

.NET Framework Security

See Also

Reference

TextFormattingRunProperties Class

Microsoft.VisualStudio.Text.Formatting Namespace