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

适用于