Table of Contents
Orientation Enumeration

Specifies the orientation of the item group.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public enum Orientation
Remarks

Orientation property is used by Menu. You can specify the menu to be rendered horizontally or vertically.

PropertyDescription
Orientation The orientation for the top level menu
Orientation The orientation for the group of an item.

Members
Member Name Description
Auto Automatically determines the Orientation.
Horizontal To render the menu or group horizontally.
Vertical To render the menu or group vertically.
See Also