UISlider.CurrentMaxTrackImage 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.
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
.