AppWindowTitleBar.ButtonBackgroundColor 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 des boutons de la barre de titre.
public:
property IReference<Color> ^ ButtonBackgroundColor { IReference<Color> ^ get(); void set(IReference<Color> ^ value); };
IReference<Color> ButtonBackgroundColor();
void ButtonBackgroundColor(IReference<Color> value);
public System.Nullable<Color> ButtonBackgroundColor { get; set; }
var iReference = appWindowTitleBar.buttonBackgroundColor;
appWindowTitleBar.buttonBackgroundColor = iReference;
Public Property ButtonBackgroundColor As Nullable(Of Color)
Valeur de propriété
Couleur d’arrière-plan des boutons de la barre de titre. (Voir Couleur.)