WrapLayout.Orientation Property

Definition

Gets or sets the orientation of the WrapLayout. Horizontal means that child controls will be added horizontally until the width of the panel is reached, then a new row is added to add new child controls. Vertical means that children will be added vertically until the height of the panel is reached, then a new column is added.

public Windows.UI.Xaml.Controls.Orientation Orientation { get; set; }
member this.Orientation : Windows.UI.Xaml.Controls.Orientation with get, set
Public Property Orientation As Orientation

Property Value

Windows.UI.Xaml.Controls.Orientation

Applies to