Table of Contents
Orientation Property

Gets or sets the orientation of top level group.

Syntax
 public Orientation Orientation { get; set; }

Property Value

Orientation enumeration

One of the Orientation enumeration values. The default is Orientation.Horizontal.

This property is read/write.

Remarks

The following table lists the available Orientation options.

Orientation Description
Horizontal Top level group is rendered horizontally.
Vertical Top level group is rendered vertically.

Tip:  You can also set the orientation of each sub navigation group in a control by using NavigationGroup's Orientation property. By default, groups below top level are rendered vertically.

See Also