EditorFormatDefinition.BackgroundColor Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la couleur d'arrière-plan pour cet élément.
public: property Nullable<System::Windows::Media::Color> BackgroundColor { public:
Nullable<System::Windows::Media::Color> get(); protected:
void set(Nullable<System::Windows::Media::Color> value); };
public System.Windows.Media.Color? BackgroundColor { get; protected set; }
member this.BackgroundColor : Nullable<System.Windows.Media.Color> with get, set
Public Property BackgroundColor As Nullable(Of Color)
Valeur de propriété
Couleur d'arrière-plan
Remarques
Si le pinceau d’arrière-plan est défini, cette couleur sera ignorée.