[]
Specifies the image alignment.
public enum ImageAlignment : byte
| Name | 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. |