AutoCompleteTextView.DropDownHorizontalOffset Property

Definition

Gets the horizontal offset used for the auto-complete drop-down list. -or- Sets the horizontal offset used for the auto-complete drop-down list.

public virtual int DropDownHorizontalOffset { [Android.Runtime.Register("getDropDownHorizontalOffset", "()I", "GetGetDropDownHorizontalOffsetHandler")] get; [Android.Runtime.Register("setDropDownHorizontalOffset", "(I)V", "GetSetDropDownHorizontalOffset_IHandler")] set; }
[<get: Android.Runtime.Register("getDropDownHorizontalOffset", "()I", "GetGetDropDownHorizontalOffsetHandler")>]
[<set: Android.Runtime.Register("setDropDownHorizontalOffset", "(I)V", "GetSetDropDownHorizontalOffset_IHandler")>]
member this.DropDownHorizontalOffset : int with get, set

Property Value

the horizontal offset

Attributes

Remarks

Property getter documentation:

Gets the horizontal offset used for the auto-complete drop-down list.

Java documentation for android.widget.AutoCompleteTextView.getDropDownHorizontalOffset().

Property setter documentation:

Sets the horizontal offset used for the auto-complete drop-down list.

Java documentation for android.widget.AutoCompleteTextView.setDropDownHorizontalOffset(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