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