DiagramBeforeItemsRotatingEventArgs Properties
Provides data for the DiagramControl.BeforeItemsRotating 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 diagram items that are being rotated. |
See Also