public sealed class ProgressBar : BlazorBootstrapComponentBase| ProgressBar | Initializes a new instance of the ProgressBar class |
| Color | Gets or sets the progress color. |
| Label | Gets or sets the progress bar label. |
| Type | Gets or sets the progress bar type. |
| Width | Get or sets the progress bar width. |
| DecreaseWidth | Decrease the progress bar width. |
| IncreaseWidth | Increase the progress bar width. |
| SetColor | Set the progress bar color. |
| SetLabel | Set the progress bar label. |
| SetParametersAsync |
Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides ComponentBaseSetParametersAsync(ParameterView)) |
| SetWidth | Set the progress bar width. |