DiagramItemsResizingEventArgs Properties
Provides data for the DiagramControl.ItemsResizing 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 data about items that are being resized. |
Mode | Indicates the direction of resizing. |
Stage | Indicates whether the resizing operation has just started, is continuing or has been finished or canceled. |
See Also