ASPxClientDiagramResizeShapeEventArgs Members
Contains information about the processed shape.Constructors
Name | Description |
---|---|
constructor(shape, newSize, oldSize) | Initializes a new instance of the ASPxClientDiagramResizeShapeEventArgs class with specified settings. |
Properties
Name | Description |
---|---|
newSize | The new shape size in units. |
oldSize | The previous shape size in units. |
shape | The processed shape. |
See Also