TabbedPage.GetBarItemColor Yöntem

Tanım

Aşırı Yüklemeler

GetBarItemColor(BindableObject)
Kullanımdan kalktı.

Çubuk öğelerinin rengini döndürür.

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

Çubuk öğelerinin rengini döndürür.

GetBarItemColor(BindableObject)

Dikkat

BarItemColor is obsolete as of version 4.0. Please use TabbedPage.UnselectedTabColor instead.

Çubuk öğelerinin rengini döndürür.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("BarItemColor is obsolete as of version 4.0. Please use TabbedPage.UnselectedTabColor instead.")]
public static Xamarin.Forms.Color GetBarItemColor (Xamarin.Forms.BindableObject element);
static member GetBarItemColor : 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

GetBarItemColor(IPlatformElementConfiguration<Android,TabbedPage>)

Dikkat

BarItemColor is obsolete as of version 4.0. Please use TabbedPage.UnselectedTabColor instead.

Çubuk öğelerinin rengini döndürür.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("BarItemColor is obsolete as of version 4.0. Please use TabbedPage.UnselectedTabColor instead.")]
public static Xamarin.Forms.Color GetBarItemColor (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> config);
static member GetBarItemColor : 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