Table of Contents
TopLevelItemAlign Enumeration

Specifies how navigation items in a horizontal navigation group are aligned.

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

Syntax
 public enum TopLevelItemAlign
Remarks

TopLevelItemAlign only applies to horizontal navigation controls, e.g, a horizontal menu. TopLevelItemAlign uses this enum to control the alignment of top level items.

Members
Member Name Description
None Do not align top level items. Use this option if you want to manually control the alignment.
Left Top level items will be aligned to the left.
Right Top level items will be aligned to the right.
See Also