Specifies the placement of the drag image when dragging an object.
# Metadata
Platforms: desktop, server OS: mac, windows Introduced: 2.9 Security:
# Syntax
set the dragImageOffset to horizontalDistance, verticalDistance
# Examples
set the dragImageOffset to 12,10
set the dragImageOffset to \ (0.5 * the width of image "Drag Image"), \ (0.5 * the height of image "Drag Image")
# Description
Use the dragImageOffset property to specify the offset from the top-left of the drag image at which the mouse pointer will be located during dragging.
# Tags
# See