SpinnerMode Enum

Definition

Enumerates values returned by the Dialog, and Dropdown members and taken as a parameter of the F:Android.Widget.Spinner..ctor, F:Android.Widget.Spinner..ctor, and F:Android.Widget.Spinner..ctor members.

public enum SpinnerMode
type SpinnerMode = 
Inheritance
SpinnerMode

Fields

Dialog 0

Use a dialog window for selecting spinner options.

Dropdown 1

Use a dropdown anchored to the Spinner for selecting spinner options.

Remarks

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