Freigeben über


EditorFormatDefinition.BackgroundColor-Eigenschaft

Ruft die Hintergrundfarbe für dieses Element ab oder legt diese fest.

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

Syntax

'Declaration
Public Property BackgroundColor As Nullable(Of Color)
public Nullable<Color> BackgroundColor { get; protected set; }
public:
property Nullable<Color> BackgroundColor {
    Nullable<Color> get ();
    protected: void set (Nullable<Color> value);
}
member BackgroundColor : Nullable<Color> with get, set
function get BackgroundColor () : Nullable<Color>
protected function set BackgroundColor (value : Nullable<Color>)

Eigenschaftswert

Typ: Nullable<Color>
Die Hintergrundfarbe

Hinweise

Falls der Hintergrundpinsel festgelegt ist, wird diese Farbe ignoriert.

.NET Framework-Sicherheit

Siehe auch

Referenz

EditorFormatDefinition Klasse

Microsoft.VisualStudio.Text.Classification-Namespace