Menu.Orientation Property

Definition

Gets or sets the orientation of the Menu, Horizontal or vertical means that child controls will be added horizontally until the width of the panel can't fit more control then a new row is added to fit new horizontal added child controls, vertical means that child will be added vertically until the height of the panel is received 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