AutoCompleteTextView.DropDownVerticalOffset Property

Definition

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

public virtual int DropDownVerticalOffset { [Android.Runtime.Register("getDropDownVerticalOffset", "()I", "GetGetDropDownVerticalOffsetHandler")] get; [Android.Runtime.Register("setDropDownVerticalOffset", "(I)V", "GetSetDropDownVerticalOffset_IHandler")] set; }
[<get: Android.Runtime.Register("getDropDownVerticalOffset", "()I", "GetGetDropDownVerticalOffsetHandler")>]
[<set: Android.Runtime.Register("setDropDownVerticalOffset", "(I)V", "GetSetDropDownVerticalOffset_IHandler")>]
member this.DropDownVerticalOffset : int with get, set

Property Value

the vertical offset

Attributes

Remarks

Property getter documentation:

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

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

Property setter documentation:

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

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