Click or drag to resize

StackLayoutItem Properties

The StackLayoutItem type exposes the following members.

Properties
  NameDescription
Public propertyControl
Gets or sets the control for this item.
Public propertyExpand
Gets or sets a value indicating whether the control expands to available space in the direction of the layout.
Public propertyHorizontalAlignment
Gets or sets the horizontal alignment for the control for vertical stack layouts, or null to use HorizontalContentAlignment.
Public propertyVerticalAlignment
Gets or sets the vertical alignment for the control for horizontal stack layouts, or null to use VerticalContentAlignment.
Top
See Also