Class ModeType
Specifies the modes of progress indication of the progress bar component.
Inheritance
System.Object
ModeType
Namespace: Syncfusion.Blazor.ProgressBar
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ModeType : Enum
Fields
Auto
Defines the auto mode of the progress bar.
Declaration
public const ModeType Auto
Field Value
Type |
---|
ModeType |
Danger
Defines the danger mode of the progress bar.
Declaration
public const ModeType Danger
Field Value
Type |
---|
ModeType |
Info
Defines the info mode of the progress bar.
Declaration
public const ModeType Info
Field Value
Type |
---|
ModeType |
Success
Defines the success mode of the progress bar.
Declaration
public const ModeType Success
Field Value
Type |
---|
ModeType |
Warning
Defines the warning mode of the progress bar.
Declaration
public const ModeType Warning
Field Value
Type |
---|
ModeType |