NavigationPage.SetBarHeight 메서드

정의

오버로드

SetBarHeight(BindableObject, Int32)

요소에 대한 새 막대 높이 값을 설정합니다.

SetBarHeight(IPlatformElementConfiguration<Android,NavigationPage>, Int32)

요소에 대한 새 막대 높이 값을 설정하고 유연한 API 개체를 반환합니다.

SetBarHeight(BindableObject, Int32)

요소에 대한 새 막대 높이 값을 설정합니다.

public static void SetBarHeight (Xamarin.Forms.BindableObject element, int value);
static member SetBarHeight : Xamarin.Forms.BindableObject * int -> unit

매개 변수

element
BindableObject

막대 높이를 설정할 요소입니다.

value
System.Int32

새 막대 높이 값입니다.

적용 대상

SetBarHeight(IPlatformElementConfiguration<Android,NavigationPage>, Int32)

요소에 대한 새 막대 높이 값을 설정하고 유연한 API 개체를 반환합니다.

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

매개 변수

config
IPlatformElementConfiguration<Android,NavigationPage>

막대 높이를 설정할 요소에 대한 플랫폼 구성입니다.

value
System.Int32

새 막대 높이 값입니다.

반환

개발자가 추가 메서드 호출을 수행할 수 있는 유연한 개체입니다.

적용 대상