Represents a progress bar control.
The following tables list the members exposed by the ProgressBar type.
Name | Description | |
---|---|---|
Initializes a new instance of the ProgressBar class. |
Name | Description | |
---|---|---|
Gets or sets the brush used to fill the progress bar. |
||
Gets or sets the brush used to fill the progress bar when it is disabled. |
||
Gets or sets the brush used to draw the progress bar border. |
||
Gets or sets the brush used to draw the progress bar border when the progress bar is disabled. |
||
Gets or sets the thickness of the progress bar border. |
||
Gets or sets the brush used to draw the progress bar text. |
||
Gets or sets the brush used to draw the progress bar text when it is disabled. |
||
Gets or sets the brush used to draw the progress bar text when it is highlighted. |
||
Gets or sets the formatting string. This is a regular composite format string where 0 represents the percentage of the current progress, 1 represents the absolute progress value, 2 represents the minimum and 3 represents the maximum. |
||
Gets or sets the brush used to fill the progress. |
||
Gets or sets the brush used to fill the progress when the progress bar is disabled. |
||
Gets or sets the maximum value of the progress bar. |
||
Gets or sets the minimum value of the progress bar. |
||
Gets or sets the alignment of the text in the button control. |
||
Gets or sets the value displayed in the progress bar. |
Name | Description | |
---|---|---|
Control.OnPaint override. |