TabbedPage.SetBarItemColor 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
| SetBarItemColor(BindableObject, Color) |
Kullanımdan kalktı.
Çubuk öğelerinin rengini ayarlar. |
| SetBarItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color) |
Kullanımdan kalktı.
Çubuk öğelerinin rengini ayarlar. |
SetBarItemColor(BindableObject, Color)
Dikkat
BarItemColor is obsolete as of version 4.0. Please use TabbedPage.UnselectedTabColor instead.
Çubuk öğelerinin rengini ayarlar.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("BarItemColor is obsolete as of version 4.0. Please use TabbedPage.UnselectedTabColor instead.")]
public static void SetBarItemColor (Xamarin.Forms.BindableObject element, Xamarin.Forms.Color value);
static member SetBarItemColor : Xamarin.Forms.BindableObject * Xamarin.Forms.Color -> unit
Parametreler
- element
- BindableObject
Değeri ayarlanacak öğe.
- value
- Color
Yeni çubuk öğesi renk değeri.
- Öznitelikler
Şunlara uygulanır
SetBarItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color)
Dikkat
BarItemColor is obsolete as of version 4.0. Please use TabbedPage.UnselectedTabColor instead.
Çubuk öğelerinin rengini ayarlar.
[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.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> SetBarItemColor (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> config, Xamarin.Forms.Color value);
static member SetBarItemColor : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.TabbedPage> * Xamarin.Forms.Color -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.TabbedPage>
Parametreler
Değeri ayarlanacak öğe için platform yapılandırması.
- value
- Color
Yeni çubuk öğesi renk değeri.
Döndürülenler
Geliştiricinin daha fazla yöntem çağrısı yapabileceği, akıcı bir nesne.
- Öznitelikler