UISlider.CurrentThumbImage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.