DiagramItemsRotatingEventArgs Properties
Provides data for the DiagramControl.ItemsRotating event.| Name | Description |
|---|---|
| ActionSource | Indicates whether the rotating operation is performed using the rotation handle or the Properties Panel. |
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| CenterOfRotation | Returns the coordinates of the center of rotation. |
| Items | Returns the collection of data about items that are being rotated. |
| Stage | Indicates whether the rotating operation has just started, is continuing or has been finished or canceled. |
See Also