Freigeben über


EditorFormatDefinition.BackgroundBrush-Eigenschaft

Ruft den Hintergrundpinsel für dieses Element ab oder legt diesen fest.

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

Syntax

'Declaration
Public Property BackgroundBrush As Brush
public Brush BackgroundBrush { get; protected set; }
public:
property Brush^ BackgroundBrush {
    Brush^ get ();
    protected: void set (Brush^ value);
}
member BackgroundBrush : Brush with get, set
function get BackgroundBrush () : Brush 
protected function set BackgroundBrush (value : Brush)

Eigenschaftswert

Typ: Brush
Der Hintergrundpinsel.

Hinweise

Dieser Pinsel überschreibt jede Hintergrundfarbe, die festgelegt wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

EditorFormatDefinition Klasse

Microsoft.VisualStudio.Text.Classification-Namespace