Partager via


Shell.SetTabBarBackgroundColor(BindableObject, Color) Méthode

Définition

Définit la couleur d’arrière-plan de la barre d’onglets. Si la propriété n’est pas définie, la valeur de la propriété BackgroundColor est utilisée.

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

Paramètres

obj
BindableObject

Objet sur lequel la couleur est définie.

value
Color

Couleur d’arrière-plan de la barre d’onglets.

S’applique à