[]
Specifies the image alignment on the input components.
public enum InputImageAlignment
| Name | Description |
|---|---|
| BottomCenter | Image is vertically aligned at the bottom, and horizontally aligned at the center. |
| BottomLeft | Image is vertically aligned at the bottom, and horizontally aligned on the left. |
| BottomRight | Image is vertically aligned at the bottom, and horizontally aligned on the right. |
| MiddleCenter | Image is vertically aligned in the middle, and horizontally aligned at the center. |
| MiddleLeft | Image is vertically aligned in the middle, and horizontally aligned on the left. |
| MiddleRight | Image is vertically aligned in the middle, and horizontally aligned on the right. |
| TopCenter | Image is vertically aligned at the top, and horizontally aligned at the center. |
| TopLeft | Image is vertically aligned at the top, and horizontally aligned on the left. |
| TopRight | Image is vertically aligned at the top, and horizontally aligned on the right. |