public int Minimum { get; set; }Public Property Minimum As Integer
Get
SetThis property specifies the lower limit of the Value property. When the value of the Minimum property is changed, the ProgressBar control is redrawn to reflect the new range of the control. When the value of the Value property is equal to the value of the Minimum property, the progress bar is empty.
Values less than 0 cannot be set to this property.
To change the value of the progress bar, set the value of the Value property.