TabbedPage.GetBarSelectedItemColor Yöntem

Tanım

Aşırı Yüklemeler

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

Seçili çubuk öğeleri için rengi döndürür.

GetBarSelectedItemColor(BindableObject)
Kullanımdan kalktı.

Seçili çubuk öğeleri için rengi döndürür.

GetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>)

Dikkat

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

Seçili çubuk öğeleri için rengi döndürür.

[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

Parametreler

config
IPlatformElementConfiguration<Android,TabbedPage>

İşlemin gerçekleştirileceği öğe için platforma özgü yapılandırma.

Döndürülenler

Color

Çubuk öğelerinin rengi.

Öznitelikler

Şunlara uygulanır

GetBarSelectedItemColor(BindableObject)

Dikkat

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

Seçili çubuk öğeleri için rengi döndürür.

[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

Parametreler

element
BindableObject

İşlemin gerçekleştirileceği platforma özgü öğe.

Döndürülenler

Color

Çubuk öğelerinin rengi.

Öznitelikler

Şunlara uygulanır