| C1.Win.C1Sizer.4 Assembly > C1.Win.C1Sizer Namespace : ImageAlignment Enumeration |
'Declaration Public Enum ImageAlignment Inherits System.Enum
public enum ImageAlignment : System.Enum
| Member | Description |
|---|---|
| CenterBottom | Image is vertically aligned at the bottom and horizontally aligned at the center. |
| CenterCenter | Image is vertically aligned in the middle and horizontally aligned at the center. |
| CenterTop | Image is vertically aligned at the top and horizontally aligned at the center. |
| LeftBottom | Image is vertically aligned at the bottom and horizontally aligned on the left. |
| LeftCenter | Image is vertically aligned in the middle and horizontally aligned on the left. |
| LeftTop | Image is vertically aligned at the top and horizontally aligned on the left. |
| RightBottom | Image is vertically aligned at the bottom and horizontally aligned on the right. |
| RightCenter | Image is vertically aligned in the middle and horizontally aligned on the right. |
| RightTop | Image is vertically aligned at the top and horizontally aligned on the right. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Sizer.ImageAlignment