View.RootWindowInsets プロパティ

定義

ビュー階層にディスパッチされる元の WindowInset を指定します。

public virtual Android.Views.WindowInsets? RootWindowInsets { [Android.Runtime.Register("getRootWindowInsets", "()Landroid/view/WindowInsets;", "GetGetRootWindowInsetsHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getRootWindowInsets", "()Landroid/view/WindowInsets;", "GetGetRootWindowInsetsHandler", ApiSince=23)>]
member this.RootWindowInsets : Android.Views.WindowInsets

プロパティ値

ビュー階層の上部にある WindowInsets またはビューがデタッチされている場合は null

属性

注釈

ビュー階層にディスパッチされる元の WindowInset を指定します。 インセットは、ビューがアタッチされている場合にのみ使用できます。

Javaドキュメント。

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

適用対象