WindowInsets.SystemWindowInsets 属性

定义

返回系统窗口内集(以像素为单位)。

public Android.Graphics.Insets SystemWindowInsets { [Android.Runtime.Register("getSystemWindowInsets", "()Landroid/graphics/Insets;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getSystemWindowInsets", "()Landroid/graphics/Insets;", "", ApiSince=29)>]
member this.SystemWindowInsets : Android.Graphics.Insets

属性值

系统窗口内嵌

属性

注解

返回系统窗口内集(以像素为单位)。

系统窗口内集表示全屏窗口的区域,该区域部分或完全被状态栏、导航栏、IME 或其他系统窗口遮盖。

此成员已弃用。 请改用#getInsets(int)Type#systemBars()

适用于 . 的 android.view.WindowInsets.getSystemWindowInsets()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于