MobileForms Toolkit Documentation

ProgressBar.Minimum Property

Gets or sets the minimum value of the range of the control.

public int Minimum {get; set;}

Property Value

The minimum value of the range. Must be greater than or equal to 0. The default is 0.

Remarks

This property specifies the lower limit of the Value property.

See Also

ProgressBar Class | Resco.Controls.ProgressBar Namespace