enum UICorner
For elements that contain corners, this bit flag allows you to specify which corners.
Enum Values
| All | All corners. |
| Bottom | The bottom left and bottom right corners. |
| BottomLeft | The bottom left corner. |
| BottomRight | The bottom right corner. |
| Left | The top left and bottom left corners. |
| None | No corners at all. |
| Right | The top right and bottom right corners. |
| Top | The top left and top right corners. |
| TopLeft | The top left corner. |
| TopRight | The top right corner. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!