UISlider.CurrentMaxTrackImage Property

Definition

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

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

Property Value

Attributes

Remarks

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

Applies to