UISlider.SetMinTrackImage(UIImage, UIControlState) Method

Definition

Sets as the minimum track image for the state.

[Foundation.Export("setMinimumTrackImage:forState:")]
public virtual void SetMinTrackImage (UIKit.UIImage image, UIKit.UIControlState forState);
abstract member SetMinTrackImage : UIKit.UIImage * UIKit.UIControlState -> unit
override this.SetMinTrackImage : UIKit.UIImage * UIKit.UIControlState -> unit

Parameters

image
UIImage

The image to use for the minimum track for the specified state.

This parameter can be null.

forState
UIControlState

The control state for the image.

Attributes

Remarks

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

Applies to