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