UISlider.CurrentMinTrackImage Property

Definition

Returns the minimum track UIImage that is being displayed for the value of the control.

public virtual UIKit.UIImage CurrentMinTrackImage { [Foundation.Export("currentMinimumTrackImage")] get; }
member this.CurrentMinTrackImage : UIKit.UIImage

Property Value

Attributes

Remarks

If there are no custom track images, then this property will return null.

Applies to