다음을 통해 공유


Page.SetUseSafeArea 메서드

정의

오버로드

SetUseSafeArea(BindableObject, Boolean)

패딩 값을 안전 영역 너비로 재정의할지 여부를 제어하는 값을 설정합니다.

SetUseSafeArea(IPlatformElementConfiguration<iOS,Page>, Boolean)

패딩 값을 안전 영역 너비로 재정의할지 여부를 제어하는 값을 설정합니다.

SetUseSafeArea(BindableObject, Boolean)

패딩 값을 안전 영역 너비로 재정의할지 여부를 제어하는 값을 설정합니다.

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

매개 변수

element
BindableObject

안전 영역 사용 동작을 설정할 요소입니다.

value
System.Boolean

새 안전 영역 너비 동작입니다.

적용 대상

SetUseSafeArea(IPlatformElementConfiguration<iOS,Page>, Boolean)

패딩 값을 안전 영역 너비로 재정의할지 여부를 제어하는 값을 설정합니다.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Page> SetUseSafeArea (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Page> config, bool value);
static member SetUseSafeArea : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Page> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Page>

매개 변수

config
IPlatformElementConfiguration<iOS,Page>

안전 영역 사용 동작을 설정할 요소입니다.

value
System.Boolean

새 안전 영역 너비 동작입니다.

반환

개발자가 연속적인 메서드 호출을 수행할 수 있는 업데이트된 구성 개체입니다.

적용 대상