Menu for ASP.NET Web Forms
ImagePosition Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Menu Namespace : ImagePosition Enumeration
Decides which side the image displays on menu item.
Syntax
'Declaration
 
Public Enum ImagePosition 
   Inherits System.Enum
public enum ImagePosition : 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

Reference

C1.Web.Wijmo.Controls.C1Menu Namespace