ControlPictureAlignmentType Enum
ControlPictureAlignmentType Enum
Represents the alignment of the picture inside the Form or Image.
type ControlPictureAlignmentType int32
Fields
| Field | Description |
|---|---|
| TopLeft | The top left corner. |
| TopRight | The top right corner. |
| Center | The center. |
| BottomLeft | The bottom left corner. |
| BottomRight | The bottom right corner. |