Menu.Orientation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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