Specifies how navigation items in a horizontal navigation group are aligned.
[Visual Basic]
Public Enum TopLevelItemAlign
[C#]
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. |
Requirements
Namespace:
EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
EO.Web Namespace