Aspose::Cells::Drawing::ActiveXControls::ControlPictureAlignmentType enum

ControlPictureAlignmentType enum

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

enum class ControlPictureAlignmentType

Values

NameValueDescription
TopLeft0
The top left corner.
TopRight1
The top right corner.
Center2
The center.
BottomLeft3
The bottom left corner.
BottomRight4
The bottom right corner.

See Also