Radzen.Blazor by Radzen Ltd.

<PackageReference Include="Radzen.Blazor" Version="4.25.12" />

.NET API 1,575,424 bytes

 ProgressBarStyle

public enum ProgressBarStyle
Specifies the display style of a RadzenProgressBar and RadzenProgressBarCircular. Affects the visual styling of RadzenProgressBar (background and text color) and RadzenProgressBarCircular (stroke and text color).
Danger = 5

Danger styling.

Dark = 3

Dark styling. Similar to dark buttons.

Info = 7

Informative styling.

Light = 2

Light styling. Similar to light buttons.

Primary = 0

Primary styling. Similar to primary buttons.

Secondary styling. Similar to secondary buttons.

Success = 4

Success styling.

Warning = 6

Warning styling.