UniformGrid.Orientation Property

Definition

Gets or sets the orientation of the grid. When Windows.UI.Xaml.Controls.Orientation.Vertical, will transpose the layout of automatically arranged items such that they start from top to bottom then based on Windows.UI.Xaml.FlowDirection. Defaults to Windows.UI.Xaml.Controls.Orientation.Horizontal.

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