The properties of UIKit.UIStepper are listed below. For a list of all members, see the UIStepper Members list.
See Also: Inherited members from UIKit.UIControl
| [read-only] static | Appearance | UIStepper.UIStepperAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| AutoRepeat | bool. Whether the stepper uses automatic or nonautomatic repeats. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Continuous | bool. The continuous vs. noncontinuous state of this UIStepper. | |
| MaximumValue | double. The highest allowed value of this UIStepper. | |
| MinimumValue | double. The lowest allowed value of this UIStepper. | |
| StepValue | double. The increment value for this UIStepper. | |
| Value | double. The current numeric value of this UIStepper. | |
| Wraps | bool. The wrap vs. no-wrap state of this UIStepper. |