Class StepContentType
Defines the content type of the step.
Inheritance
System.Object
StepContentType
Namespace: Syncfusion.Maui.ProgressBar
Assembly: Syncfusion.Maui.ProgressBar.dll
Syntax
public sealed class StepContentType : Enum
Fields
Cross
The marker contain cross.
Declaration
public const StepContentType Cross
Field Value
Type |
---|
StepContentType |
Dot
The marker contain dot.
Declaration
public const StepContentType Dot
Field Value
Type |
---|
StepContentType |
None
The marker is empty.
Declaration
public const StepContentType None
Field Value
Type |
---|
StepContentType |
Numbering
The marker contain numbering.
Declaration
public const StepContentType Numbering
Field Value
Type |
---|
StepContentType |
Tick
The marker contain tick.
Declaration
public const StepContentType Tick
Field Value
Type |
---|
StepContentType |