C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / ImagePosition Enumeration

ImagePosition Enumeration
Decides which side the image displays on menu item.
Syntax
'Declaration
 
Public Enum ImagePosition 
   Inherits System.Enum
 
Members
MemberDescription
LeftShow the image on the left side of the menu item.
RightShow the image on the right side of the menu item.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Menu.ImagePosition

See Also