ControlPictureAlignmentType

ControlPictureAlignmentType enumeration

Represents the alignment of the picture inside the Form or Image.

public enum ControlPictureAlignmentType

Values

Name Value Description
TopLeft 0 The top left corner.
TopRight 1 The top right corner.
Center 2 The center.
BottomLeft 3 The bottom left corner.
BottomRight 4 The bottom right corner.

See Also