UISlider.CurrentThumbImage Property

Definition

This property returns the UIImage that is being used as the thumb image for the control.

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

Property Value

Attributes

Remarks

If there are no custom thumb images set for the control, then this property will return null.

Applies to