[]
Specifies where to align the first tile with respect to the object.
public enum RectangleAlignment
Bottom = 7
Bottom alignment.
BottomLeft = 6
Bottom Left alignment.
BottomRight = 8
Bottom Right alignment.
Center = 4
Center alignment.
Left = 3
Left alignment.
Right = 5
Right alignment.
Top = 1
Top alignment.
TopLeft = 0
Top Left alignment.
TopRight = 2
Top Right alignment.