Aracılığıyla paylaş


TabbedPage.SetBarSelectedItemColor Yöntem

Tanım

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

config
IPlatformElementConfiguration<Android,TabbedPage>

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

Şunlara uygulanır