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 を取得します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象