Partager via


Shell.SetTabBarForegroundColor(BindableObject, Color) Méthode

Définition

Définit la couleur de premier plan de la barre d’onglets. Si la propriété n’est pas définie, la valeur de la propriété ForegroundColor est utilisée.

public:
 static void SetTabBarForegroundColor(Microsoft::Maui::Controls::BindableObject ^ obj, Microsoft::Maui::Graphics::Color ^ value);
public static void SetTabBarForegroundColor (Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value);
static member SetTabBarForegroundColor : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Graphics.Color -> unit
Public Shared Sub SetTabBarForegroundColor (obj As BindableObject, value As Color)

Paramètres

obj
BindableObject

Objet sur lequel la couleur est définie.

value
Color

Couleur de premier plan de la barre d’onglets.

S’applique à