SpinnerMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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.