Options
All
  • Public
  • Public/Protected
  • All
Menu

An enumerator used to define how to visuzalize the dragged activity during a drag and drop operation.

since

1.1

Index

Enumeration members

Enumeration members

RENDERED

RENDERED: = "RENDERED"

The dragged activity will be constantly rendered on a separate canvas on top of the graphics area. The activity is guaranteed to keep its original size.

RENDERED_GRID_SNAPPED

RENDERED_GRID_SNAPPED: = "RENDERED_GRID_SNAPPED"

The dragged activity will be constantly rendered on a separate canvas on top of the graphics area. The activity is guaranteed to keep its original size. The currently active VirtualGrid will be used to make the dragged activity snap to the grid locations.