共用方式為


WindowInsets.StableInsetBottom 屬性

定義

傳回以像素為單位的底部穩定內嵌。

public int StableInsetBottom { [Android.Runtime.Register("getStableInsetBottom", "()I", "")] get; }
[<get: Android.Runtime.Register("getStableInsetBottom", "()I", "")>]
member this.StableInsetBottom : int

屬性值

底部穩定內嵌

屬性

備註

傳回以像素為單位的底部穩定內嵌。

穩定內嵌表示系統>UI元素可能會><部分遮蔽或完全遮蔽的全螢幕窗口<區域。 此值不會根據這些項目的可見度狀態而變更;例如,如果狀態列通常顯示,但暫時隱藏,穩定內嵌仍會提供與顯示狀態列相關聯的內嵌。

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

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

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

適用於