TabbedPage.SetBarItemColor メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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>
パラメーター
値を設定する要素のプラットフォーム構成。
- value
- Color
新しいバー項目の色値です。
戻り値
開発者がさらにメソッドの呼び出しを実行できる Fluent オブジェクト。
- 属性
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute