enum ResizeCornerState : Enum<ResizeCornerState>
| Member | Description |
|---|---|
NONE |
Panel is not actively resizing.
|
TOP_LEFT |
Actively resizing from top-left corner.
|
TOP_RIGHT |
Actively resizing from top-right corner.
|
BOTTOM_LEFT |
Actively resizing from bottom-left corner.
|
BOTTOM_RIGHT |
Actively resizing from bottom-right corner.
|