TabbedPage.GetBarSelectedItemColor メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>) |
古い.
選択されているバー項目の色を返します。 |
GetBarSelectedItemColor(BindableObject) |
古い.
選択されているバー項目の色を返します。 |
GetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>)
注意事項
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.Color GetBarSelectedItemColor (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> config);
static member GetBarSelectedItemColor : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.TabbedPage> -> Xamarin.Forms.Color
パラメーター
操作を実行する要素のプラットフォーム固有の構成。
戻り値
バー項目の色です。
- 属性
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute
適用対象
GetBarSelectedItemColor(BindableObject)
注意事項
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.Color GetBarSelectedItemColor (Xamarin.Forms.BindableObject element);
static member GetBarSelectedItemColor : Xamarin.Forms.BindableObject -> Xamarin.Forms.Color
パラメーター
- element
- BindableObject
操作を実行するプラットフォーム固有の要素。
戻り値
バー項目の色です。
- 属性
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute