NavigationPage.GetBarHeight 메서드

정의

오버로드

GetBarHeight(BindableObject)

지정된 element에 대한 탐색 막대 높이를 가져옵니다.

GetBarHeight(IPlatformElementConfiguration<Android,NavigationPage>)

지정된 element에 대한 탐색 막대 높이를 가져옵니다.

GetBarHeight(BindableObject)

지정된 element에 대한 탐색 막대 높이를 가져옵니다.

public static int GetBarHeight (Xamarin.Forms.BindableObject element);
static member GetBarHeight : Xamarin.Forms.BindableObject -> int

매개 변수

element
BindableObject

막대 높이를 가져올 요소입니다.

반환

새 막대 높이입니다.

적용 대상

GetBarHeight(IPlatformElementConfiguration<Android,NavigationPage>)

지정된 element에 대한 탐색 막대 높이를 가져옵니다.

public static int GetBarHeight (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.NavigationPage> config);
static member GetBarHeight : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.NavigationPage> -> int

매개 변수

config
IPlatformElementConfiguration<Android,NavigationPage>

막대 높이를 가져올 요소에 대한 플랫폼 구성입니다.

반환

새 막대 높이입니다.

적용 대상