Share via


Slider.Minimum Property

Definition

Gets or sets the minimum value of the slider. This is a bindable property.

public:
 property double Minimum { double get(); void set(double value); };
public double Minimum { get; set; }
member this.Minimum : double with get, set
Public Property Minimum As Double

Property Value

The minimum value. The default is 0.

Remarks

Changing this value will automatically clamp the Value to be within the new range.

Applies to