共用方式為


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

適用於