ListPopupWindow.VerticalOffset Property

Definition

Set the vertical offset of this popup from its anchor view in pixels.

public virtual int VerticalOffset { [Android.Runtime.Register("getVerticalOffset", "()I", "GetGetVerticalOffsetHandler")] get; [Android.Runtime.Register("setVerticalOffset", "(I)V", "GetSetVerticalOffset_IHandler")] set; }
[<get: Android.Runtime.Register("getVerticalOffset", "()I", "GetGetVerticalOffsetHandler")>]
[<set: Android.Runtime.Register("setVerticalOffset", "(I)V", "GetSetVerticalOffset_IHandler")>]
member this.VerticalOffset : int with get, set

Property Value

The vertical offset of the popup from its anchor in pixels.

Attributes

Remarks

Property getter documentation:

Java documentation for android.widget.ListPopupWindow.getVerticalOffset().

Property setter documentation:

Set the vertical offset of this popup from its anchor view in pixels.

Java documentation for android.widget.ListPopupWindow.setVerticalOffset(int).

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.

Applies to