DevicePickerAppearance.SelectedBackgroundColor 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 et définit la couleur d’arrière-plan d’un appareil sélectionné dans le sélecteur.
public:
property Color SelectedBackgroundColor { Color get(); void set(Color value); };
Color SelectedBackgroundColor();
void SelectedBackgroundColor(Color value);
public Color SelectedBackgroundColor { get; set; }
var color = devicePickerAppearance.selectedBackgroundColor;
devicePickerAppearance.selectedBackgroundColor = color;
Public Property SelectedBackgroundColor As Color
Valeur de propriété
Couleur à utiliser comme arrière-plan d’un appareil sélectionné.