ControlPictureAlignmentType enumeration
ControlPictureAlignmentType enumeration
Represents the alignment of the picture inside the Form or Image.
The ControlPictureAlignmentType type exposes the following members:
Fields
| Field | Description |
|---|---|
| TOP_LEFT | The top left corner. |
| TOP_RIGHT | The top right corner. |
| CENTER | The center. |
| BOTTOM_LEFT | The bottom left corner. |
| BOTTOM_RIGHT | The bottom right corner. |