UISlider.MaxValue Property

Definition

This property holds the maximum value of the the control.

public virtual float MaxValue { [Foundation.Export("maximumValue")] get; [Foundation.Export("setMaximumValue:")] set; }
member this.MaxValue : single with get, set

Property Value

Attributes

Remarks

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

Applies to