UISlider.UISliderAppearance.MaxTrackImage(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.
The image to be used for the maximum track for the given UIControlState.
[Foundation.Export("maximumTrackImageForState:")]
public virtual UIKit.UIImage MaxTrackImage (UIKit.UIControlState forState);
abstract member MaxTrackImage : UIKit.UIControlState -> UIKit.UIImage
override this.MaxTrackImage : UIKit.UIControlState -> UIKit.UIImage
Parameters
- forState
- UIControlState
Returns
- Attributes