New to KendoReact? Learn about KendoReact Free.
StackLayoutOrientation
Specifies the orientation of the StackLayout (see example).
The possible values are:
- (Default)
horizontal
vertical
type
StackLayoutOrientation = "horizontal" | "vertical";