ScrollProperties.Minimum Property

Definition

Gets or sets the lower limit of the scrollable range.

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

Property Value

An Int32 representing the lower range of the scroll bar.

Exceptions

Minimum cannot be less than zero.

Remarks

If the new value of Minimum is greater than Maximum, then Maximum is set equal to Minimum.

Applies to