Class StepperLabelPosition
Specifies the position of step labels in relation to the Stepper component.
Inheritance
System.Object
StepperLabelPosition
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class StepperLabelPosition : Enum
Fields
Bottom
Displays step labels on the bottom position regardless of the Stepper's orientation.
Declaration
public const StepperLabelPosition Bottom
Field Value
Type |
---|
StepperLabelPosition |
End
Displays step labels on the right side regardless of the Stepper's orientation.
Declaration
public const StepperLabelPosition End
Field Value
Type |
---|
StepperLabelPosition |
Start
Displays step labels on the left side regardless of the Stepper's orientation.
Declaration
public const StepperLabelPosition Start
Field Value
Type |
---|
StepperLabelPosition |
Top
Displays step labels on top position regardless of the Stepper's orientation.
Declaration
public const StepperLabelPosition Top
Field Value
Type |
---|
StepperLabelPosition |