Enum for selecting behavior of dragging interactions of UIElements. Dragging can be done by both mouse and touch.

Use with setDraggingMode

Enumeration Members

draggable: 1

UIElement is draggable.

notDraggable: 0

UIElement is not draggable.

onlyHorizontal: 2

UIElement is only draggable on horizontal plane.

onlyVertical: 3

UIElement is only draggable on vertical plane.