HeaderedItemsControl.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 used for the header.
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
Remarks
If set to Windows.UI.Xaml.Controls.Orientation.Vertical the header will be above the content. If set to Windows.UI.Xaml.Controls.Orientation.Horizontal the header will be to the left of the content.