ListPopupWindow.HorizontalOffset Property

Definition

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

public virtual int HorizontalOffset { [Android.Runtime.Register("getHorizontalOffset", "()I", "GetGetHorizontalOffsetHandler")] get; [Android.Runtime.Register("setHorizontalOffset", "(I)V", "GetSetHorizontalOffset_IHandler")] set; }
[<get: Android.Runtime.Register("getHorizontalOffset", "()I", "GetGetHorizontalOffsetHandler")>]
[<set: Android.Runtime.Register("setHorizontalOffset", "(I)V", "GetSetHorizontalOffset_IHandler")>]
member this.HorizontalOffset : int with get, set

Property Value

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

Attributes

Remarks

Property getter documentation:

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

Property setter documentation:

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

Java documentation for android.widget.ListPopupWindow.setHorizontalOffset(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