UISlider.UISliderAppearance.SetThumbImage(UIImage, UIControlState) Method

Definition

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

Applies to