New to Kendo UI for Angular? Start a free 30-day trial
StepperOrientation
Specifies the orientation of the Stepper (see example).
The possible values are:
- (Default)
horizontal
vertical
type
StepperOrientation = "horizontal" | "vertical";