ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / ImagePosition Enumeration

In This Topic
    ImagePosition Enumeration
    In This Topic
    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