TabbedPage.GetBarSelectedItemColor メソッド

定義

オーバーロード

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

パラメーター

config
IPlatformElementConfiguration<Android,TabbedPage>

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

戻り値

バー項目の色です。

属性
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

適用対象