TabbedPage.SetBarSelectedItemColor 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
| 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
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
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