Specifies the orientation of the item group.
[Visual Basic]
Public Enum Orientation
[C#]
public enum Orientation
Remarks
Orientation property is used by Menu. You can specify the menu to be rendered horizontally or vertically.
| Property | Description |
|---|
| 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. |
Requirements
Namespace:
EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
EO.Web Namespace