Partager via


TabbedPage.GetBarItemColor Méthode

Définition

Surcharges

GetBarItemColor(BindableObject)
Obsolète.

Retourne la couleur pour les éléments de barre.

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

Retourne la couleur pour les éléments de barre.

GetBarItemColor(BindableObject)

Attention

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

Retourne 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.Color GetBarItemColor (Xamarin.Forms.BindableObject element);
static member GetBarItemColor : Xamarin.Forms.BindableObject -> Xamarin.Forms.Color

Paramètres

element
BindableObject

Élément spécifique à la plateforme sur lequel effectuer l’opération.

Retours

Couleur pour les éléments de barre.

Attributs
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

S’applique à

GetBarItemColor(IPlatformElementConfiguration<Android,TabbedPage>)

Attention

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

Retourne 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.Color GetBarItemColor (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> config);
static member GetBarItemColor : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.TabbedPage> -> Xamarin.Forms.Color

Paramètres

config
IPlatformElementConfiguration<Android,TabbedPage>

Configuration spécifique à la plateforme pour l’élément sur lequel effectuer l’opération.

Retours

Couleur pour les éléments de barre.

Attributs
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

S’applique à