TabbedPage.SetBarSelectedItemColor メソッド

定義

オーバーロード

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>

パラメーター

config
IPlatformElementConfiguration<Android,TabbedPage>

値を設定するプラットフォーム固有の要素のプラットフォーム構成。

value
Color

新しく選択した項目の色値。

戻り値

IPlatformElementConfiguration<Android,TabbedPage>

開発者がさらにメソッドの呼び出しを実行できる 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

新しく選択した項目の色値です。

属性

適用対象