Enum RectangleAlignmentType

RectangleAlignmentType enumeration

Represents how to position two rectangles relative to each other.

public enum RectangleAlignmentType

Values

NameValueDescription
Bottom0Bottom
BottomLeft1BottomLeft
BottomRight2BottomRight
Center3Center
Left4Left
Right5Right
Top6Top
TopLeft7TopLeft
TopRight8TopRight

See Also