An identifier for a BoundsResizeHandle.

Enumeration Members

LOWER_LEFT: "LOWER_LEFT"

An identifier for the lower left corner of the bounds, i.e. the corner at coordinate [bounds.y].

LOWER_RIGHT: "LOWER_RIGHT"

An identifier for the lower right corner of the bounds, i.e. the corner at coordinate [bounds.y].

UPPER_LEFT: "UPPER_LEFT"

An identifier for the upper left corner of the bounds, i.e. the corner at coordinate [bounds.height].

UPPER_RIGHT: "UPPER_RIGHT"

An identifier for the upper right corner of the bounds, i.e. the corner at coordinate [bounds.height].