TabbedPage.SetBarItemColor メソッド

定義

オーバーロード

SetBarItemColor(BindableObject, Color)
古い.

バー項目の色を設定します。

SetBarItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color)
古い.

バー項目の色を設定します。

SetBarItemColor(BindableObject, Color)

注意事項

BarItemColor is obsolete as of version 4.0. Please use TabbedPage.UnselectedTabColor instead.

バー項目の色を設定します。

[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

パラメーター

element
BindableObject

値を設定する要素です。

value
Color

新しいバー項目の色値です。

属性
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

適用対象

SetBarItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color)

注意事項

BarItemColor is obsolete as of version 4.0. Please use TabbedPage.UnselectedTabColor instead.

バー項目の色を設定します。

[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>

パラメーター

config
IPlatformElementConfiguration<Android,TabbedPage>

値を設定する要素のプラットフォーム構成。

value
Color

新しいバー項目の色値です。

戻り値

開発者がさらにメソッドの呼び出しを実行できる Fluent オブジェクト。

属性
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

適用対象