Class StepStatus
Defines the status of the step.
Inheritance
System.Object
StepStatus
Namespace: Syncfusion.Maui.ProgressBar
Assembly: Syncfusion.Maui.ProgressBar.dll
Syntax
public sealed class StepStatus : Enum
Fields
Completed
Represents the step is completed.
Declaration
public const StepStatus Completed
Field Value
Type |
---|
StepStatus |
InProgress
Represents the step is in progress.
Declaration
public const StepStatus InProgress
Field Value
Type |
---|
StepStatus |
NotStarted
Represents the step is not started.
Declaration
public const StepStatus NotStarted
Field Value
Type |
---|
StepStatus |