ASPxClientDiagramAddShapeEventArgs.position Property
A position (x- and y-coordinates) where the shape is being added.
Declaration
position: 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