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