RectangleAlignmentType
RectangleAlignmentType enumeration
Represents how to position two rectangles relative to each other.
Values
| Name | Value | Description |
|---|---|---|
| Bottom | 0 | Bottom |
| BottomLeft | 1 | BottomLeft |
| BottomRight | 2 | BottomRight |
| Center | 3 | Center |
| Left | 4 | Left |
| Right | 5 | Right |
| Top | 6 | Top |
| TopLeft | 7 | TopLeft |
| TopRight | 8 | TopRight |