ASPxClientDiagramMoveShapeEventArgs.oldPosition Property
The previous shape position (x- and y-coordinates).
Declaration
oldPosition: any
Property Value
| Type | Description |
|---|---|
| any | An object that contains the shape coordinates in units. |
Remarks
The position property contains the shape coordinates in the following format: {"x":204,"y":48}.
See Also