[]
Specifies the alignment (the origin of the coordinate grid) for the tiling of the content (ex. texture fill).
public enum RectAlignment : byte
Public Enum RectAlignment As Byte
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 |
Unspecified | Return value only; indicates a combination of the other states. |