Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public DiagramActionStage Stage { get; }

Property Value

Type Description
DiagramActionStage

A DiagramActionStage enumeration value.

Available values:

Name
Start
Continue
Finished
Canceled
See Also