UIKit.UIStepper Members

The members of UIKit.UIStepper are listed below.

See Also: Inherited members from UIKit.UIControl

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
Initializes the UIStepper with the specified frame.
A constructor that initializes the object from the data stored in the unarchiver object.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

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.

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : UIStepper.UIStepperAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
BackgroundImage(UIControlState) : UIImage
The background image for the specified control state.
static
GetAppearance<T>() : UIStepper.UIStepperAppearance
The strongly-typed IUIAppearance for this object.
static
GetAppearance<T>(UITraitCollection) : UIStepper.UIStepperAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UIStepper.UIStepperAppearance
Documentation for this section has not yet been entered.
GetDecrementImage(UIControlState) : UIImage
The image used for the decrement glyph of this UIStepper.
GetDividerImage(UIControlState, UIControlState) : UIImage
The image used to divide the specified combination of left and right states.
GetIncrementImage(UIControlState) : UIImage
The image used for the increment glyph of this UIStepper.
SetBackgroundImage(UIImage, UIControlState)
Sets the background image for the specified state.
SetDecrementImage(UIImage, UIControlState)
Sets the decrement image.
SetDividerImage(UIImage, UIControlState, UIControlState)
Sets the divider image.
SetIncrementImage(UIImage, UIControlState)
Set the increment image.