ASPxClientDiagramResizeShapeEventArgs.oldSize Property
The previous shape size in units.
Declaration
oldSize: any
Property Value
Type | Description |
---|---|
any | An object that contains the shape size. |
Remarks
The oldSize property contains the shape size in the following format: {"width":120,"height":96}
.
See Also