UniformGrid.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 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