ListPopupWindow.EpicenterBounds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns bounds which are used as a popup's epicenter of the enter and exit transitions. -or- Specifies the anchor-relative bounds of the popup's transition epicenter.
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
Property Value
bounds relative to anchor view, or null
if not set
- Attributes
Remarks
Property getter documentation:
Returns bounds which are used as a popup's epicenter of the enter and exit transitions.
Java documentation for android.widget.ListPopupWindow.getEpicenterBounds()
.
Property setter documentation:
Specifies the anchor-relative bounds of the popup's transition epicenter.
Java documentation for android.widget.ListPopupWindow.setEpicenterBounds(android.graphics.Rect)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.