Aracılığıyla paylaş


TabbedPage.SetBarItemColor Yöntem

Tanım

Aşırı Yüklemeler

SetBarItemColor(BindableObject, Color)
Geçersiz.

Çubuk öğelerinin rengini ayarlar.

SetBarItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color)
Geçersiz.

Ç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 ayarlanacağı öğe.

value
Color

Yeni çubuk öğesi renk değeri.

Öznitelikler
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Ş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

config
IPlatformElementConfiguration<Android,TabbedPage>

Değeri ayarlanacağı öğe için platform yapılandırması.

value
Color

Yeni çubuk öğesi 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