Freigeben über


TabbedPage.GetBarSelectedItemColor Methode

Definition

Überlädt

GetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>)
Veraltet.

Gibt die Farbe für die ausgewählten Leistenelemente zurück.

GetBarSelectedItemColor(BindableObject)
Veraltet.

Gibt die Farbe für die ausgewählten Leistenelemente zurück.

GetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>)

Achtung

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

Gibt die Farbe für die ausgewählten Leistenelemente zurück.

[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

Parameter

config
IPlatformElementConfiguration<Android,TabbedPage>

Die plattformspezifische Konfiguration für das Element, für das der Vorgang ausgeführt werden soll.

Gibt zurück

Die Farbe für Leistenelemente.

Attribute
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Gilt für:

GetBarSelectedItemColor(BindableObject)

Achtung

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

Gibt die Farbe für die ausgewählten Leistenelemente zurück.

[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

Parameter

element
BindableObject

Das plattformspezifische Element, für das der Vorgang ausgeführt werden soll.

Gibt zurück

Die Farbe für Leistenelemente.

Attribute
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Gilt für: