共用方式為


WindowInsets.HasSystemWindowInsets 屬性

定義

如果此 WindowInsets 有非零的系統視窗內嵌,則傳回 true。

public bool HasSystemWindowInsets { [Android.Runtime.Register("hasSystemWindowInsets", "()Z", "")] get; }
[<get: Android.Runtime.Register("hasSystemWindowInsets", "()Z", "")>]
member this.HasSystemWindowInsets : bool

屬性值

如果任何系統視窗內嵌值都是非零值,則為 true

屬性

備註

如果此 WindowInsets 有非零的系統視窗內嵌,則傳回 true。

系統視窗內嵌代表部分或完全遮蔽狀態列、導覽列、IME 或其他系統視窗的全螢幕視窗區域。

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

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

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

適用於