TabbedPage.GetBarItemColor Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
GetBarItemColor(BindableObject) |
Geçersiz.
Çubuk öğelerinin rengini döndürür. |
GetBarItemColor(IPlatformElementConfiguration<Android,TabbedPage>) |
Geçersiz.
Ç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ştirildiği platforma özgü öğe.
Döndürülenler
Çubuk öğelerinin rengi.
- Öznitelikler
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute
Ş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
İşlemin gerçekleştirildiği öğe için platforma özgü yapılandırma.
Döndürülenler
Çubuk öğelerinin rengi.
- Öznitelikler
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute