Table of Contents

Property Minimum

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Minimum

Gets or sets the lower limit of the range this Slider is working with.

public virtual int Minimum { get; set; }

Property Value

int

The minimum value for the Slider. The default is 0.

Remarks

The minimum and maximum values of the Value property are specified by the Minimum and Maximum properties. If the new Minimum property value is greater than the Maximum property value, the Maximum value is set equal to the Minimum value. If the Value is less than the new Minimum value, the Value property is also set equal to the Minimum value.