共用方式為


InputMethodService.Insets.ContentTopInsets 屬性

定義

這是主要內容的UI最上層部分。

[Android.Runtime.Register("contentTopInsets")]
public int ContentTopInsets { get; set; }
[<Android.Runtime.Register("contentTopInsets")>]
member this.ContentTopInsets : int with get, set

屬性值

屬性

備註

這是主要內容的UI最上層部分。 它用來判斷所需的基本空間,以重設大小/平移應用程式後置。 假設此內嵌不會變更太多,因為任何變更都會導致應用程式後置的完整重設大小/平移。 這個值相對於輸入法視窗的上邊緣。

android.inputmethodservice.InputMethodService.Insets.contentTopInsetsJava 檔。

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

適用於