ProgressBarBrick Constructors
A visual brick containing a progress bar.| Name | Parameters | Description |
|---|---|---|
| ProgressBarBrick() | none | Initializes a new instance of the ProgressBarBrick class with the default settings. |
| ProgressBarBrick(IBrickOwner, BrickStyle) | brickOwner, style | Initializes a new instance of the ProgressBarBrick class with specified settings. |
| ProgressBarBrick(IBrickOwner) | brickOwner | Initializes a new instance of the ProgressBarBrick class with the specified owner. |
| ProgressBarBrick(Int32) | position | Initializes a new instance of the ProgressBarBrick class with the specified position. |
See Also