Partager via


EditorFormatDefinition.BackgroundColor, propriété

Obtient ou définit la couleur d'arrière-plan pour cet élément.

Espace de noms :  Microsoft.VisualStudio.Text.Classification
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
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>)

Valeur de propriété

Type : Nullable<Color>
La couleur d'arrière-plan

Notes

Si le pinceau d'arrière-plan est défini, cette couleur sera ignorée.

Sécurité .NET Framework

Voir aussi

Référence

EditorFormatDefinition Classe

Microsoft.VisualStudio.Text.Classification, espace de noms