Share via


UISlider.UISliderAppearance.ThumbImage(UIControlState) Method

Definition

The image used to mark the current location.

[Foundation.Export("thumbImageForState:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIImage ThumbImage(UIKit.UIControlState forState);
[<Foundation.Export("thumbImageForState:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ThumbImage : UIKit.UIControlState -> UIKit.UIImage
override this.ThumbImage : UIKit.UIControlState -> UIKit.UIImage

Parameters

forState
UIControlState

Returns

Attributes

Applies to