UIKit.UIStepper: Method Members

The methods 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 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.