Table of Contents

Enum ProgressBarStyle

Namespace
Radzen
Assembly
Radzen.Blazor.dll

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).

public enum ProgressBarStyle
Extension Methods

Fields

Base = 3

Base styling. Similar to base buttons.

Danger = 6

Danger styling.

Dark = 4

Dark styling. Similar to dark buttons.

Info = 8

Informative styling.

Light = 2

Light styling. Similar to light buttons.

Primary = 0

Primary styling. Similar to primary buttons.

Secondary = 1

Secondary styling. Similar to secondary buttons.

Success = 5

Success styling.

Warning = 7

Warning styling.