DiagramItemDrawingEventArgs.Stage Property
Indicates whether the drawing operation has just started, is continuing or has been finished or canceled.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v26.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
Property Value
| Type | Description |
|---|---|
| DiagramActionStage | A DiagramActionStage enumeration value. |
Available values:
| Name | Description |
|---|---|
| Start | The drawing operation has just started. |
| Continue | The drawing operation is ongoing. |
| Finished | The drawing operation is finalized. |
| Canceled | The drawing operation is canceled. |
See Also