DiagramBeforeItemsRotatingEventArgs.ActionSource Property
Indicates whether the rotating operation is performed using the rotation handle or the Properties Panel.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v25.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
Property Value
| Type | Description |
|---|---|
| ItemsActionSource | A DevExpress.Diagram.Core.ItemsActionSource enumeration value. |
Available values:
| Name | Description |
|---|---|
| Mouse | The event was raised by a mouse operation. |
| Key | The event was raised by pressing a key. |
| PropertyChanging | The event was raised using the Properties panel. |
See Also