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)

public:
property TextEffectCollection^ TextEffects {
	virtual TextEffectCollection^ get() override;
}

Property Value

Type: System.Windows.Media::TextEffectCollection^

The text effects.

Returns an empty TextEffectCollection if no collection is currently set.

Return to top
Show: