Class StepLabelPosition
Defines the label position in the Stepper.
Inheritance
System.Object
StepLabelPosition
Namespace: Syncfusion.EJ2.Navigations
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class StepLabelPosition : Enum
Fields
Bottom
Displays the label on bottom position regardless of the Stepper's orientation.
Declaration
public const StepLabelPosition Bottom
Field Value
Type |
---|
StepLabelPosition |
End
Displays the label on right side regardless of the Stepper's orientation.
Declaration
public const StepLabelPosition End
Field Value
Type |
---|
StepLabelPosition |
Start
Displays the label on left side regardless of the Stepper's orientation.
Declaration
public const StepLabelPosition Start
Field Value
Type |
---|
StepLabelPosition |
Top
Displays the label on top position regardless of the Stepper's orientation.
Declaration
public const StepLabelPosition Top
Field Value
Type |
---|
StepLabelPosition |