DiagramActionStage Enum
Lists values that indicate whether the drawing operation has just started, is continuing or has been finished or canceled.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Members
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. |
Related API Members
The following properties accept/return DiagramActionStage values:
See Also