Partager via


TabbedPage.GetBarSelectedItemColor Méthode

Définition

Surcharges

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

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

GetBarSelectedItemColor(BindableObject)
Obsolète.

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

GetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>)

Attention

BarSelectedItemColor is obsolete as of version 4.0. Please use TabbedPage.SelectedTabColor instead.

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

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("BarSelectedItemColor is obsolete as of version 4.0. Please use TabbedPage.SelectedTabColor instead.")]
public static Xamarin.Forms.Color GetBarSelectedItemColor (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> config);
static member GetBarSelectedItemColor : 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 à

GetBarSelectedItemColor(BindableObject)

Attention

BarSelectedItemColor is obsolete as of version 4.0. Please use TabbedPage.SelectedTabColor instead.

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

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("BarSelectedItemColor is obsolete as of version 4.0. Please use TabbedPage.SelectedTabColor instead.")]
public static Xamarin.Forms.Color GetBarSelectedItemColor (Xamarin.Forms.BindableObject element);
static member GetBarSelectedItemColor : 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 à