RectangleAlignmentType Enum
RectangleAlignmentType Enum
Represents how to position two rectangles relative to each other.
type RectangleAlignmentType int32
Fields
Field | Description |
---|---|
Bottom | Bottom |
BottomLeft | BottomLeft |
BottomRight | BottomRight |
Center | Center |
Left | Left |
Right | Right |
Top | Top |
TopLeft | TopLeft |
TopRight | TopRight |