Enum ModeType
Specifies the modes of progress indication of the progress bar component.
Namespace: Syncfusion.Blazor.ProgressBar
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ModeType
Fields
| Name | Description |
|---|---|
| Auto | Defines the auto mode of the progress bar. |
| Danger | Defines the danger mode of the progress bar. |
| Info | Defines the info mode of the progress bar. |
| Success | Defines the success mode of the progress bar. |
| Warning | Defines the warning mode of the progress bar. |