UISlider.MinValue Property

Definition

This property holds the minimum value of the control.

public virtual float MinValue { [Foundation.Export("minimumValue")] get; [Foundation.Export("setMinimumValue:")] set; }
member this.MinValue : single with get, set

Property Value

Attributes

Remarks

If this property is changed to a value that is greater than the current value of the control, then value of the control will be changed to be equal to the new minimum value.

Applies to