| StackLayout Properties | 
The StackLayout type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AlignLabels | 
            Gets or sets a value indicating whether the Label's alignment will be changed to match the alignment of the StackLayout.
             | 
|  | Controls | 
            Gets the controls for the layout
            (Overrides PanelControls.) | 
|  | HorizontalContentAlignment | 
            Gets or sets the default horizontal alignment of the child controls in the stack layout when the Orientation is Vertical.
             | 
|  | Items | 
            Gets the collection of items in the stack layout.
             | 
|  | Orientation | 
            Gets or sets the orientation of the controls in the stack layout.
             | 
|  | Spacing | 
            Gets or sets the spacing between each of the controls in the stack.
             | 
|  | VerticalContentAlignment | 
            Gets or sets the default vertical alignment of the child controls in the stack layout when the Orientation is Horizontal.
             | 
|  | VisualControls | 
            Gets an enumeration of controls that are in the visual tree.
            (Overrides ControlVisualControls.) | 
 See Also
See Also