InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputImageAlignment Enumeration

In This Topic
    InputImageAlignment Enumeration
    In This Topic
    Specifies the image alignment on the input components.
    Syntax
    'Declaration
     
    Public Enum InputImageAlignment 
       Inherits System.Enum
    public enum InputImageAlignment : System.Enum 
    Members
    MemberDescription
    BottomCenterImage is vertically aligned at the bottom, and horizontally aligned at the center.
    BottomLeftImage is vertically aligned at the bottom, and horizontally aligned on the left.
    BottomRightImage is vertically aligned at the bottom, and horizontally aligned on the right.
    MiddleCenterImage is vertically aligned in the middle, and horizontally aligned at the center.
    MiddleLeftImage is vertically aligned in the middle, and horizontally aligned on the left.
    MiddleRightImage is vertically aligned in the middle, and horizontally aligned on the right.
    TopCenterImage is vertically aligned at the top, and horizontally aligned at the center.
    TopLeftImage is vertically aligned at the top, and horizontally aligned on the left.
    TopRightImage is vertically aligned at the top, and horizontally aligned on the right.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1InputPanel.InputImageAlignment

    See Also