Name | Value | Description | |||
exDoNothing | 0 | Nothing happens if the user drags the layer. | |||
exDoMove | 1 | The layer is moved while dragging. The layer's OffsetX and OffsetY indicates the current (x,y) position of the layer. | |||
exDoRotate | 2 | The layer is rotated while dragging. The RotateAngle property indicates the currently rotation angle. | |||
exDoRotamove | 3 | The layer is moved by rotation while dragging. The RotateAngle property indicates the currently rotation angle. In this case, the layer's RotamoveOffsetX / RotamoveOffsetY property indicates the current (x,y) position of the layer. |