Share via


TabbedPage.GetBarSelectedItemColor Método

Definición

Sobrecargas

GetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>)
Obsoletos.

Devuelve el color de los elementos de la barra seleccionados.

GetBarSelectedItemColor(BindableObject)
Obsoletos.

Devuelve el color de los elementos de la barra seleccionados.

GetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>)

Precaución

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

Devuelve el color de los elementos de la barra seleccionados.

[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

Parámetros

config
IPlatformElementConfiguration<Android,TabbedPage>

Configuración específica de la plataforma del elemento en el que se va a realizar la operación.

Devoluciones

Color de los elementos de la barra.

Atributos
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Se aplica a

GetBarSelectedItemColor(BindableObject)

Precaución

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

Devuelve el color de los elementos de la barra seleccionados.

[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

Parámetros

element
BindableObject

Elemento específico de la plataforma en que se va a realizar la operación.

Devoluciones

Color de los elementos de la barra.

Atributos
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Se aplica a