ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / ImageAlignment Enumeration

In This Topic
    ImageAlignment Enumeration
    In This Topic
    Specifies the image alignment.
    Syntax
    'Declaration
     
    Public Enum ImageAlignment 
       Inherits System.Enum
    public enum ImageAlignment : System.Enum 
    Members
    MemberDescription
    CenterBottomImage is vertically aligned at the bottom and horizontally aligned at the center.
    CenterCenterImage is vertically aligned in the middle and horizontally aligned at the center.
    CenterTopImage is vertically aligned at the top and horizontally aligned at the center.
    LeftBottomImage is vertically aligned at the bottom and horizontally aligned on the left.
    LeftCenterImage is vertically aligned in the middle and horizontally aligned on the left.
    LeftTopImage is vertically aligned at the top and horizontally aligned on the left.
    RightBottomImage is vertically aligned at the bottom and horizontally aligned on the right.
    RightCenterImage is vertically aligned in the middle and horizontally aligned on the right.
    RightTopImage is vertically aligned at the top and horizontally aligned on the right.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Sizer.ImageAlignment

    See Also