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) |
Geçersiz.
Seçili çubuk öğelerinin rengini ayarlar. |
SetBarSelectedItemColor(BindableObject, Color) |
Geçersiz.
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 ayarlanacağı platforma özgü öğenin platform yapılandırması.
- value
- Color
Yeni seçilen öğe renk değeri.
Döndürülenler
Geliştiricinin başka yöntem çağrıları gerçekleştirebileceği akıcı bir nesne.
- Öznitelikler
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute
Ş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 ayarlanacağı platforma özgü öğe.
- value
- Color
Yeni seçilen öğe renk değeri.
- Öznitelikler
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute