ASPxClientDiagramAddShapeEventArgs Members
Contains information about the processed shape.Constructors
Name | Description |
---|---|
constructor(shape, position) | Initializes a new instance of the ASPxClientDiagramAddShapeEventArgs class with specified settings. |
Properties
Name | Description |
---|---|
position | A position (x- and y-coordinates) where the shape is being added. |
shape | The processed shape. |
See Also