다음을 통해 공유


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

적용 대상