[]
Specifies where to align the first tile with respect to the object.
public enum RectangleAlignment
Public Enum RectangleAlignment
| Name | Description |
|---|---|
| Bottom | Bottom alignment. |
| BottomLeft | Bottom Left alignment. |
| BottomRight | Bottom Right alignment. |
| Center | Center alignment. |
| Left | Left alignment. |
| Right | Right alignment. |
| Top | Top alignment. |
| TopLeft | Top Left alignment. |
| TopRight | Top Right alignment. |