UISlider.ThumbImage(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.
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.