ProgressBar Class

Represents a colored bar within a Progress. A Progress may contain multiple ProgressBar components.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class ProgressBar : BlazorBootstrapComponentBase
Inheritance
Object    ComponentBase    BlazorBootstrapComponentBase    ProgressBar

Constructors

ProgressBarInitializes a new instance of the ProgressBar class

Properties

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.

Methods

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.

See Also