Freigeben über


TabbedPage.SetBarSelectedItemColor Methode

Definition

Überlädt

SetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color)
Veraltet.

Legt die Farbe für die ausgewählten Leistenelemente fest.

SetBarSelectedItemColor(BindableObject, Color)
Veraltet.

Legt die Farbe für die ausgewählten Leistenelemente fest.

SetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color)

Achtung

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

Legt die Farbe für die ausgewählten Leistenelemente fest.

[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>

Parameter

config
IPlatformElementConfiguration<Android,TabbedPage>

Die Plattformkonfiguration für das plattformspezifische Element, dessen Wert festgelegt werden soll.

value
Color

Der neue Farbwert für ausgewählte Elemente.

Gibt zurück

Ein Fluent-Objekt, für das der Entwickler weitere Methodenaufrufe durchführen kann.

Attribute
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Gilt für:

SetBarSelectedItemColor(BindableObject, Color)

Achtung

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

Legt die Farbe für die ausgewählten Leistenelemente fest.

[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

Parameter

element
BindableObject

Das plattformspezifisch Element, dessen Wert festgelegt werden soll.

value
Color

Der neue Farbwert für ausgewählte Elemente.

Attribute
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Gilt für: