HeaderedContentControl.Orientation Property

Definition

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.

Applies to