Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
override TextEffects : TextEffectCollection
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.