ProgressColor Enumeration

Color for a Bootstrap Progress bar

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public enum ProgressColor

Members

None0 No color will be applied to the progress bar, neither background nor border.
Primary1 var(--bs-primary) color
Secondary2 var(--bs-light) color
Success3 var(--bs-light) color
Danger4 var(--bs-light) color
Warning5 var(--bs-light) color
Info6 var(--bs-light) color
Dark7 var(--bs-light) color

See Also