property DragInfo.Delta as Double
Returns the distance between clicking and current points.

TypeDescription
Double A Double expression that specifies the distance between (CurrentX,CurrentY) and (X,Y) points.

The Delta property, returns the distance between clicking and current points. The CurrentX / CurrentY property indicates the current (x,y)-position of the cursor, relative to the upper-left corner of the control, while dragging the layer. The OffsetX / OffsetY property specifies the (x,y)-position of the layer, relative to the upper-left corner of the control. The  OffsetXValid / OffsetYValid property to validate the (x,y)-position of the layer. For instance, you can use the OffsetYValid property on "0", and so no vertical movement is allwed.

The following properties can be used during dragging to determine the horizontal / vertical offset:

The DeltaAngle property specifies the angle (in degrees) that has been rotated the layer/object, during the drag operation.