corelibraries-devexpress-dot-diagram-dot-core-dd1bb835.md
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.v25.2.Core.dll
NuGet Package : DevExpress.Diagram.Core
public enum DiagramActionStage
Public Enum DiagramActionStage
| 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.
|
The following properties accept/return DiagramActionStage values:
See Also