UISlider.MinValue Property
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.
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.