Partager via


Shell.SetUnselectedColor(BindableObject, Color) Méthode

Définition

Définit la couleur du texte et des icônes non sélectionnés dans le chrome Shell.

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

Paramètres

obj
BindableObject

Objet sur lequel la couleur est définie.

value
Color

Couleur du texte et des icônes non sélectionnés dans le chrome Shell.

S’applique à