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

Orientation Enumeration

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.

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.

Requirements

Namespace: EO.Web

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

See Also

EO.Web Namespace


Direct link to this topic