UISlider.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.
Returns the maximum track UIImage that is used for the provided control state.
[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
The control state for the maximum 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.