Enum ControlPictureAlignmentType

ControlPictureAlignmentType enumeration

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

public enum ControlPictureAlignmentType

Values

NameValueDescription
TopLeft0The top left corner.
TopRight1The top right corner.
Center2The center.
BottomLeft3The bottom left corner.
BottomRight4The bottom right corner.

See Also