Partager via


TabbedPage.SetBarItemColor Méthode

Définition

Surcharges

SetBarItemColor(BindableObject, Color)
Obsolète.

Définit la couleur pour les éléments de barre.

SetBarItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color)
Obsolète.

Définit la couleur pour les éléments de barre.

SetBarItemColor(BindableObject, Color)

Attention

BarItemColor is obsolete as of version 4.0. Please use TabbedPage.UnselectedTabColor instead.

Définit la couleur pour les éléments de barre.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("BarItemColor is obsolete as of version 4.0. Please use TabbedPage.UnselectedTabColor instead.")]
public static void SetBarItemColor (Xamarin.Forms.BindableObject element, Xamarin.Forms.Color value);
static member SetBarItemColor : Xamarin.Forms.BindableObject * Xamarin.Forms.Color -> unit

Paramètres

element
BindableObject

Élément dont la valeur doit être définie.

value
Color

Nouvelle valeur de couleur des éléments de barre.

Attributs
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

S’applique à

SetBarItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color)

Attention

BarItemColor is obsolete as of version 4.0. Please use TabbedPage.UnselectedTabColor instead.

Définit la couleur pour les éléments de barre.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("BarItemColor is obsolete as of version 4.0. Please use TabbedPage.UnselectedTabColor instead.")]
public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> SetBarItemColor (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> config, Xamarin.Forms.Color value);
static member SetBarItemColor : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.TabbedPage> * Xamarin.Forms.Color -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.TabbedPage>

Paramètres

config
IPlatformElementConfiguration<Android,TabbedPage>

Configuration de la plateforme pour l’élément dont la valeur doit être définie.

value
Color

Nouvelle valeur de couleur des éléments de barre.

Retours

Objet Fluent sur lequel le développeur peut effectuer d’autres appels de méthode.

Attributs
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

S’applique à