View.RootWindowInsets 屬性

定義

提供分派至檢視階層的原始 WindowInsets。

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

屬性

備註

提供分派至檢視階層的原始 WindowInsets。 只有在附加檢視時,才能使用內嵌。

android.view.View.getRootWindowInsets() JAVA 檔。

此頁面的部分是根據所建立和共用的工作進行修改,並根據 2.5 屬性授權中所述的詞彙來使用。

適用於