Partager via


Shell.GetForegroundColor(BindableObject) Méthode

Définition

Obtient la couleur de premier plan de la barre d’onglets.

public:
 static Microsoft::Maui::Graphics::Color ^ GetForegroundColor(Microsoft::Maui::Controls::BindableObject ^ obj);
public static Microsoft.Maui.Graphics.Color GetForegroundColor (Microsoft.Maui.Controls.BindableObject obj);
static member GetForegroundColor : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Graphics.Color
Public Shared Function GetForegroundColor (obj As BindableObject) As Color

Paramètres

obj
BindableObject

Objet sur lequel la couleur de premier plan est définie.

Retours

Couleur de premier plan de la barre d’onglets.

S’applique à