Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages. 
Classes
StackLayout
StackLayout
A Layout that arranges its children horizontally or vertically. The direction can be set by orientation property.
Summary 
Constructors
Constructors 
constructor 
new StackLayout(): StackLayout
 Returns StackLayout
Properties 
orientation 
orientation: OrientationType
Gets or sets if layout should be horizontal or vertical.
The default value is vertical.