TabbedPage.SetBarSelectedItemColor Yöntem

Tanım

Aşırı Yüklemeler

SetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color)
Kullanımdan kalktı.

Seçili Çubuk öğelerinin rengini ayarlar.

SetBarSelectedItemColor(BindableObject, Color)
Kullanımdan kalktı.

Seçili Çubuk öğelerinin rengini ayarlar.

SetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color)

Dikkat

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

Seçili Çubuk öğelerinin rengini ayarlar.

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

Parametreler

config
IPlatformElementConfiguration<Android,TabbedPage>

Değeri ayarlanacak platforma özgü öğe için platform yapılandırması.

value
Color

Seçilen yeni öğe renk değeri.

Döndürülenler

IPlatformElementConfiguration<Android,TabbedPage>

Geliştiricinin daha fazla yöntem çağrısı yapabileceği, akıcı bir nesne.

Öznitelikler

Şunlara uygulanır

SetBarSelectedItemColor(BindableObject, Color)

Dikkat

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

Seçili Çubuk öğelerinin rengini ayarlar.

[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

Parametreler

element
BindableObject

Değeri ayarlanacak platforma özgü öğe.

value
Color

Seçilen yeni öğe renk değeri.

Öznitelikler

Şunlara uygulanır