UIKit.UISlider: Property Members

The properties 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 Properties

[read-only]
static
AppearanceUISlider.UISliderAppearance. Strongly-typed property that returns the UIAppearance class for this class.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
Continuousbool. If set to true then update events are continuously sent as the slider is updated. If set to false, then an update event is only sent when the slider is finally updated
[read-only]
CurrentMaxTrackImageUIImage. Returns the maximum track UIKit.UIImage that is being displayed for the value of the control.
[read-only]
CurrentMinTrackImageUIImage. Returns the minimum track UIKit.UIImage that is being displayed for the value of the control.
[read-only]
CurrentThumbImageUIImage. This property returns the UIKit.UIImage that is being used as the thumb image for the control.
MaximumTrackTintColorUIColor. This is the tint color that is used for the maximum track images.
MaxValuefloat. This property holds the maximum value of the the control.
MaxValueImageUIImage. This is the image that will be renderd by the slider on the maximum value size of the control.
MinimumTrackTintColorUIColor. The tint color user for the minimum track images.
MinValuefloat. This property holds the minimum value of the control.
MinValueImageUIImage. This is the image that will be renderd by the slider on the minimum value size of the control.
ThumbTintColorUIColor. This is the color that will be used to tint the thumb images.
Valuefloat. The value of the current control.