Aspose::Cells::Drawing::RectangleAlignmentType enum

RectangleAlignmentType enum

Represents how to position two rectangles relative to each other.

enum class RectangleAlignmentType

Values

NameValueDescription
Bottom0
Bottom.
BottomLeft1
BottomLeft.
BottomRight2
BottomRight.
Center3
Center.
Left4
Left.
Right5
Right.
Top6
Top.
TopLeft7
TopLeft.
TopRight8
TopRight.

See Also