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