다음을 통해 공유


CompressedLayout.GetIsHeadless(BindableObject) 메서드

정의

bindable에 대해 레이아웃 압축을 사용할 수 있는지 여부를 알려주는 부울 값을 가져옵니다.

public static bool GetIsHeadless (Xamarin.Forms.BindableObject bindable);
static member GetIsHeadless : Xamarin.Forms.BindableObject -> bool

매개 변수

bindable
BindableObject

상태를 확인할 BindableObject입니다.

반환

System.Boolean

bindable에 대해 레이아웃 압축을 사용하도록 설정한 경우 true입니다. 그렇지 않으면 false을(를) 반환합니다.

적용 대상