TabbedPage.SetBarSelectedItemColor メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| SetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color) |
互換性のために残されています。
選択したバー項目の色を返します。 |
| SetBarSelectedItemColor(BindableObject, Color) |
互換性のために残されています。
選択したバー項目の色を返します。 |
SetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color)
注意事項
BarSelectedItemColor is obsolete as of version 4.0. Please use TabbedPage.SelectedTabColor instead.
選択したバー項目の色を返します。
[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>
パラメーター
値を設定するプラットフォーム固有の要素のプラットフォーム構成。
- value
- Color
新しく選択した項目の色値。
戻り値
開発者がさらにメソッドの呼び出しを実行できる Fluent オブジェクト。
- 属性
適用対象
SetBarSelectedItemColor(BindableObject, Color)
注意事項
BarSelectedItemColor is obsolete as of version 4.0. Please use TabbedPage.SelectedTabColor instead.
選択したバー項目の色を返します。
[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
パラメーター
- element
- BindableObject
値を設定する特定の要素のプラットフォーム。
- value
- Color
新しく選択した項目の色値です。
- 属性