DiagramBeforeItemsResizingEventArgs Properties
Provides data for the DiagramControl.BeforeItemsResizing event.| Name | Description |
|---|---|
| ActionSource | Indicates whether the resizing operation is performed using the selection handles or the Properties Panel. |
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| Items | Returns the collection of diagram items that are being resized. |
| Mode | Indicates the direction of resizing. |
See Also