DiagramItemDrawingEventArgs.Stage Property
Indicates whether the drawing operation has just started, is continuing or has been finished or canceled.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.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