Partager via


Shell.SetTabBarDisabledColor(BindableObject, Color) Méthode

Définition

Définit la couleur désactivée pour la barre d’onglets. Si la propriété n’est pas définie, la DisabledColorProperty valeur est utilisée.

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

Paramètres

obj
BindableObject

Objet sur lequel la couleur est définie.

value
Color

La couleur à définir pour la barre d’onglets est désactivée.

S’applique à