Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

BaseNavigator.Orientation Property

Gets or sets the orientation of top level group.

[Visual Basic]
Public Property Orientation As Orientation
[C#]
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

BaseNavigator Class | EO.Web Namespace


Direct link to this topic