Enum StepperLabelPosition
Specifies the position of step labels in relation to the Stepper component.
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public enum StepperLabelPosition
Fields
| Name | Description |
|---|---|
| Bottom | Displays step labels on the bottom position regardless of the Stepper's orientation. |
| End | Displays step labels on the right side regardless of the Stepper's orientation. |
| Start | Displays step labels on the left side regardless of the Stepper's orientation. |
| Top | Displays step labels on top position regardless of the Stepper's orientation. |