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.