Condividi tramite


TabbedPage.GetBarItemColor Metodo

Definizione

Overload

GetBarItemColor(BindableObject)
Obsoleti.

Restituisce il colore degli elementi della barra.

GetBarItemColor(IPlatformElementConfiguration<Android,TabbedPage>)
Obsoleti.

Restituisce il colore degli elementi della barra.

GetBarItemColor(BindableObject)

Attenzione

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

Restituisce il colore degli elementi della barra.

[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

Parametri

element
BindableObject

L'elemento specifico della piattaforma in cui eseguire l'operazione.

Restituisce

Il colore degli elementi della barra.

Attributi
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Si applica a

GetBarItemColor(IPlatformElementConfiguration<Android,TabbedPage>)

Attenzione

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

Restituisce il colore degli elementi della barra.

[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

Parametri

config
IPlatformElementConfiguration<Android,TabbedPage>

La configurazione specifica dell'elemento in cui eseguire l'operazione.

Restituisce

Il colore degli elementi della barra.

Attributi
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Si applica a