Skip to main content

DiagramItemsRotatingEventArgs.Stage Property

Indicates whether the rotating operation has just started, is continuing or has been finished or canceled.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public DiagramActionStage Stage { get; }

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