View.WindowInsetsController 속성

정의

이 보기가 연결된 창의 단일 WindowInsetsController 을 검색합니다.

public virtual Android.Views.IWindowInsetsController? WindowInsetsController { [Android.Runtime.Register("getWindowInsetsController", "()Landroid/view/WindowInsetsController;", "GetGetWindowInsetsControllerHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getWindowInsetsController", "()Landroid/view/WindowInsetsController;", "GetGetWindowInsetsControllerHandler", ApiSince=30)>]
member this.WindowInsetsController : Android.Views.IWindowInsetsController

속성 값

WindowInsetsController 또는 null 보기가 창에 연결되어 있지 않거나 장식이 있는 뷰 트리가 없는 경우

특성

설명

이 보기가 연결된 창의 단일 WindowInsetsController 을 검색합니다.

에 대한 android.view.View.getWindowInsetsController()Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상