UIKit.UIStepper: Property Members

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

Public Properties

[read-only]
static
AppearanceUIStepper.UIStepperAppearance. Strongly-typed property that returns the UIAppearance class for this class.
AutoRepeatbool. Whether the stepper uses automatic or nonautomatic repeats.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
Continuousbool. The continuous vs. noncontinuous state of this UIStepper.
MaximumValuedouble. The highest allowed value of this UIStepper.
MinimumValuedouble. The lowest allowed value of this UIStepper.
StepValuedouble. The increment value for this UIStepper.
Valuedouble. The current numeric value of this UIStepper.
Wrapsbool. The wrap vs. no-wrap state of this UIStepper.