UISlider.MinTrackImage(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.
Returns the minimum track UIImage that is used for the provided control state.
[Foundation.Export("minimumTrackImageForState:")]
public virtual UIKit.UIImage MinTrackImage (UIKit.UIControlState forState);
abstract member MinTrackImage : UIKit.UIControlState -> UIKit.UIImage
override this.MinTrackImage : UIKit.UIControlState -> UIKit.UIImage
Parameters
- forState
- UIControlState
The control state for the minumum track image.
Returns
- Attributes
Remarks
Will return null
if there are no track images for the control state.
This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.