共用方式為


ListPopupWindow.EpicenterBounds 屬性

定義

傳回界限,做為快顯進入和結束轉換的震中。 -或- 指定快顯轉換震中錨點相對界限。

public virtual Android.Graphics.Rect? EpicenterBounds { [Android.Runtime.Register("getEpicenterBounds", "()Landroid/graphics/Rect;", "GetGetEpicenterBoundsHandler", ApiSince=29)] get; [Android.Runtime.Register("setEpicenterBounds", "(Landroid/graphics/Rect;)V", "GetSetEpicenterBounds_Landroid_graphics_Rect_Handler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getEpicenterBounds", "()Landroid/graphics/Rect;", "GetGetEpicenterBoundsHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setEpicenterBounds", "(Landroid/graphics/Rect;)V", "GetSetEpicenterBounds_Landroid_graphics_Rect_Handler", ApiSince=29)>]
member this.EpicenterBounds : Android.Graphics.Rect with get, set

屬性值

相對於錨點檢視的界限,如果未設定,則 null

屬性

備註

屬性 getter 檔:

傳回界限,做為快顯進入和結束轉換的震中。

android.widget.ListPopupWindow.getEpicenterBounds()Java 檔。

屬性 setter 檔:

指定快顯轉換震中錨點相對界限。

android.widget.ListPopupWindow.setEpicenterBounds(android.graphics.Rect)Java 檔。

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

適用於