Definition of a Layout for a ProgressBar representation
Layout
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Terminal.ProgressBar.ConsoleProgressBar.Layout
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetInnerWidth | 1 | Gets the internal Width of the ProgressBar |
| GetRenderActions | 1 | Returns the Actions to do in order to Render the ProgressBar with this Layout |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Margins | 1 | Layout definition for Margins |
| Marquee | 1 | Layout definition for Marquee (character moving around the ProgressBar) |
| Body | 1 | Layout definition for Body |
| ProgressBarWidth | 1 | Width of entire ProgressBar Default = 30 |
04 Members
GetInnerWidth(ProgressBar)
Gets the internal Width of the ProgressBar
GetRenderActions(ProgressBar)
Returns the Actions to do in order to Render the ProgressBar with this Layout
Parameters
| Name | Type | Description |
|---|---|---|
progressBar | ProgressBar | - |
Margins
Layout definition for Margins
Marquee
Layout definition for Marquee (character moving around the ProgressBar)
Body
Layout definition for Body
ProgressBarWidth
Width of entire ProgressBar Default = 30