ASPxClientDiagramChangeConnectorPointsEventArgs.newPoints Property
The array of new connector points.
Declaration
newPoints: any[]
Property Value
Type | Description |
---|---|
any[] | An array of objects that contain coordinates of connector points. |
Remarks
The newPoints property contains an array of connector points. Each point is specified by its x- and y-coordinates in units.
The newPoints property value has the following format: [{"x":264,"y":384},{"x":288,"y":420},{"x":480,"y":420}]
See Also