UISlider.UISliderAppearance.SetMinTrackImage(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 minimum track image.
[Foundation.Export("setMinimumTrackImage:forState:")]
public virtual void SetMinTrackImage (UIKit.UIImage image, UIKit.UIControlState forState);
abstract member SetMinTrackImage : UIKit.UIImage * UIKit.UIControlState -> unit
override this.SetMinTrackImage : UIKit.UIImage * UIKit.UIControlState -> unit
Parameters
- image
- UIImage
- forState
- UIControlState
- Attributes