UISlider.UISliderAppearance.SetMaxTrackImage(UIImage, UIControlState) Method
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.
Sets the image used for the maximum track image.
[Foundation.Export("setMaximumTrackImage:forState:")]
public virtual void SetMaxTrackImage (UIKit.UIImage image, UIKit.UIControlState forState);
abstract member SetMaxTrackImage : UIKit.UIImage * UIKit.UIControlState -> unit
override this.SetMaxTrackImage : UIKit.UIImage * UIKit.UIControlState -> unit
Parameters
- image
- UIImage
- forState
- UIControlState
- Attributes