UISlider.ThumbImage(UIControlState) Method

Definition

This method will return the thumb image for the specified state.

[Foundation.Export("thumbImageForState:")]
public virtual UIKit.UIImage ThumbImage (UIKit.UIControlState forState);
abstract member ThumbImage : UIKit.UIControlState -> UIKit.UIImage
override this.ThumbImage : UIKit.UIControlState -> UIKit.UIImage

Parameters

forState
UIControlState

The control state of the thumb image to retrieve.

Returns

Attributes

Remarks

This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.

Applies to