The methods of UIKit.UISlider are listed below. For a list of all members, see the UISlider 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. | |
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. | |
MaxTrackImage(UIControlState)Returns the maximum track UIKit.UIImage that is used for the provided control state. | ||
MaxValueImageRectForBounds(CoreGraphics.CGRect)Returns the rectangle that the UISlider.MaxValueImage will occupy. | ||
MinTrackImage(UIControlState)Returns the minimum track UIKit.UIImage that is used for the provided control state. | ||
MinValueImageRectForBounds(CoreGraphics.CGRect)Returns the rectangle that the UISlider.MinValueImage will occupy. | ||
SetMaxTrackImage(UIImage, UIControlState)Will specify the a maximum track image for a given control state. | ||
| SetMinTrackImage(UIImage, UIControlState) | ||
SetThumbImage(UIImage, UIControlState)Specifies the image to be used for the thumb in the specified UIControlState. | ||
SetValue(float, bool)Assign a new value to the control - optionally animating the change. | ||
ThumbImage(UIControlState)This method will return the thumb image for the specified state. | ||
ThumbRectForBounds(float, CoreGraphics.CGRect, CoreGraphics.CGRect)This method will calculate and return the drawing rectangle for the thumb. | ||
TrackRectForBounds(CoreGraphics.CGRect)Returns the rectangle that will be used for the drawing the slider's track. | ||