UISlider.UISliderAppearance.SetThumbImage(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 "thumb image" for the given UIControlState.
[Foundation.Export("setThumbImage:forState:")]
public virtual void SetThumbImage (UIKit.UIImage image, UIKit.UIControlState forState);
abstract member SetThumbImage : UIKit.UIImage * UIKit.UIControlState -> unit
override this.SetThumbImage : UIKit.UIImage * UIKit.UIControlState -> unit
Parameters
- image
- UIImage
- forState
- UIControlState
- Attributes