UIKit.UISlider: Method Members

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

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : UISlider.UISliderAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
static
GetAppearance<T>() : UISlider.UISliderAppearance
The strongly-typed IUIAppearance for this object.
static
GetAppearance<T>(UITraitCollection) : UISlider.UISliderAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UISlider.UISliderAppearance
Documentation for this section has not yet been entered.
MaxTrackImage(UIControlState) : UIImage
Returns the maximum track UIKit.UIImage that is used for the provided control state.
MaxValueImageRectForBounds(CoreGraphics.CGRect) : CoreGraphics.CGRect
Returns the rectangle that the UISlider.MaxValueImage will occupy.
MinTrackImage(UIControlState) : UIImage
Returns the minimum track UIKit.UIImage that is used for the provided control state.
MinValueImageRectForBounds(CoreGraphics.CGRect) : 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) : UIImage
This method will return the thumb image for the specified state.
ThumbRectForBounds(float, CoreGraphics.CGRect, CoreGraphics.CGRect) : CoreGraphics.CGRect
This method will calculate and return the drawing rectangle for the thumb.
TrackRectForBounds(CoreGraphics.CGRect) : CoreGraphics.CGRect
Returns the rectangle that will be used for the drawing the slider's track.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UISlider object.