Shell.GetBackground(BindableObject) Méthode
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 le pinceau d’arrière-plan de la barre d’outils Shell.
public:
static Microsoft::Maui::Controls::Brush ^ GetBackground(Microsoft::Maui::Controls::BindableObject ^ obj);
public static Microsoft.Maui.Controls.Brush GetBackground(Microsoft.Maui.Controls.BindableObject obj);
static member GetBackground : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.Brush
Public Shared Function GetBackground (obj As BindableObject) As Brush
Paramètres
- obj
- BindableObject
Objet à partir duquel obtenir le pinceau d’arrière-plan.
Retours
Pinceau d’arrière-plan pour la barre d’outils Shell.