Condividi tramite


Proprietà EditorFormatDefinition.BackgroundColor

Ottiene o imposta il colore di sfondo di questo elemento.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

'Dichiarazione
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>)

Valore proprietà

Tipo: Nullable<Color>
il colore di sfondo

Note

Se il pennello per lo sfondo è impostato, il colore verrà ignorato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

EditorFormatDefinition Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Classification