Search
ProgressBar Members
Constructors Properties Methods
 


Represents a progress bar control.

The following tables list the members exposed by the ProgressBar type.

 Public Constructors

  Name Description

ProgressBar

Initializes a new instance of the ProgressBar class.

 Public Properties

  Name Description

BackgroundBrush

Gets or sets the brush used to fill the progress bar.

BackgroundBrushDisabled

Gets or sets the brush used to fill the progress bar when it is disabled.

BorderBrush

Gets or sets the brush used to draw the progress bar border.

BorderBrushDisabled

Gets or sets the brush used to draw the progress bar border when the progress bar is disabled.

BorderThickness

Gets or sets the thickness of the progress bar border.

ForegroundBrush

Gets or sets the brush used to draw the progress bar text.

ForegroundBrushDisabled

Gets or sets the brush used to draw the progress bar text when it is disabled.

ForegroundBrushHighlighted

Gets or sets the brush used to draw the progress bar text when it is highlighted.

Format

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.

HighlightBrush

Gets or sets the brush used to fill the progress.

HighlightBrushDisabled

Gets or sets the brush used to fill the progress when the progress bar is disabled.

Maximum

Gets or sets the maximum value of the progress bar.

Minimum

Gets or sets the minimum value of the progress bar.

TextAlign

Gets or sets the alignment of the text in the button control.

Value

Gets or sets the value displayed in the progress bar.

 Protected Methods

  Name Description

OnPaint

Control.OnPaint override.

 See Also