RectangleAlignmentType
RectangleAlignmentType enumeration
Utility class containing constants. Represents how to position two rectangles relative to each other.
Values
| Name | Description |
|---|---|
| BOTTOM | Bottom |
| BOTTOM_LEFT | BottomLeft |
| BOTTOM_RIGHT | BottomRight |
| CENTER | Center |
| LEFT | Left |
| RIGHT | Right |
| TOP | Top |
| TOP_LEFT | TopLeft |
| TOP_RIGHT | TopRight |