Table of Contents
ToolBarItemTextAlign Enumeration

Specifies how tool bar item text are aligned.

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

Syntax
 public enum ToolBarItemTextAlign
Members
Member Name Description
NotSet Not specified.
Right The text is aligned to the right of the toolbar button image.
Underneath The text is aligned underneath the toolbar button image.
See Also