Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the the TextEffectCollection for this classification format.
Namespace: Microsoft.VisualStudio.Text.Classification
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Property TextEffects As TextEffectCollection
public TextEffectCollection TextEffects { get; protected set; }
public:
property TextEffectCollection^ TextEffects {
TextEffectCollection^ get ();
protected: void set (TextEffectCollection^ value);
}
member TextEffects : TextEffectCollection with get, set
function get TextEffects () : TextEffectCollection
protected function set TextEffects (value : TextEffectCollection)
Property Value
Type: System.Windows.Media.TextEffectCollection
The text effects.
.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.