DiagramEditingSettings Properties
Contains settings that control the ASPxDiagram edit functionality.| Name | Description |
|---|---|
| AllowAddShape | Specifies whether a user can add a shape. |
| AllowChangeConnection | Specifies whether a user can link a connector to a shape, delink a connector from a shape, and change a connection point. |
| AllowChangeConnectorPoints | Specifies whether a user can change points of an existing connector. This property does not affect new connectors. |
| AllowChangeConnectorText | Specifies whether a user can change a connector’s text. |
| AllowChangeShapeText | Specifies whether a user can change a shape’s text. |
| AllowDeleteConnector | Specifies whether a user can delete a connector. |
| AllowDeleteShape | Specifies whether a user can delete a shape. |
| AllowMoveShape | Specifies whether a user can move a shape. |
| AllowResizeShape | Specifies whether a user can resize a shape. |
See Also