API reference
API reference
Select your platform
No SDKs available
No versions available

ResizeCornerState Enum

ResizeCornerState indicates which corner is currently being used for resize, if any.

Signature

enum ResizeCornerState : Enum<ResizeCornerState> 

Enumeration Constants

MemberDescription
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.