共用方式為


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 或其他系統視窗的全螢幕視窗區域。

已取代這個成員。 請改用 搭配 Type#systemBars()#getInsets(int)

android.view.WindowInsets.getSystemWindowInsets()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於