Skip to main content

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.2.Core.dll

NuGet Package: DevExpress.Diagram.Core

#Declaration

public enum DiagramActionStage

#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.

See Also