Udostępnij za pośrednictwem


TabbedPage.SetBarSelectedItemColor Metoda

Definicja

Przeciążenia

SetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color)
Przestarzałe.

Ustawia kolor wybranych elementów paska.

SetBarSelectedItemColor(BindableObject, Color)
Przestarzałe.

Ustawia kolor wybranych elementów paska.

SetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color)

Przestroga

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

Ustawia kolor wybranych elementów paska.

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

Parametry

config
IPlatformElementConfiguration<Android,TabbedPage>

Konfiguracja platformy dla elementu specyficznego dla platformy, którego wartość ma być ustawiona.

value
Color

Nowa wybrana wartość koloru elementu.

Zwraca

Płynny obiekt, na którym deweloper może wykonywać kolejne wywołania metod.

Atrybuty
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Dotyczy

SetBarSelectedItemColor(BindableObject, Color)

Przestroga

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

Ustawia kolor wybranych elementów paska.

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

Parametry

element
BindableObject

Element specyficzny dla platformy, którego wartość ma być ustawiona.

value
Color

Nowa wybrana wartość koloru elementu.

Atrybuty
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Dotyczy