public resizeHandleOrientationAt(x as Int, y as Int) as String:
Returns horizontal or vertical for the resize handle under x, y.
Horizontal means left/right resizing, vertical means top/bottom resizing. An empty string means the point is not on a resize handle.
orientation = workspace.resizeHandleOrientationAt(mouseX, mouseY)