System.Windows.Forms.ProgressBar.Minimum Property

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

Syntax

[System.ComponentModel.DefaultValue(0)]
[System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.Repaint)]
public int Minimum { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property specifies the lower limit of the ProgressBar.Value property. When the value of the ProgressBar.Minimum property is changed, the System.Windows.Forms.ProgressBar control is redrawn to reflect the new range of the control. When the value of the ProgressBar.Value property is equal to the value of the ProgressBar.Minimum property, the progress bar is empty. To change the value of the progress bar, use the ProgressBar.Step property with the ProgressBar.PerformStep method, use the ProgressBar.Increment(int) method, or set the value of the ProgressBar.Value property directly.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0