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

적용 대상