TabbedPage.GetBarItemColor メソッド

定義

オーバーロード

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

パラメーター

config
IPlatformElementConfiguration<Android,TabbedPage>

操作を実行する要素のプラットフォーム固有の構成。

戻り値

バー項目の色です。

属性
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

適用対象