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

DiagramItemsRotatingEventArgs(DiagramControl, ReadOnlyCollection<RotatingItem>, DiagramActionStage, ItemsActionSource, Nullable<Point>) Constructor

Initializes a new instance of the DiagramItemsRotatingEventArgs class.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v19.2.dll

Declaration

public DiagramItemsRotatingEventArgs(
    DiagramControl source,
    ReadOnlyCollection<RotatingItem> items,
    DiagramActionStage stage,
    ItemsActionSource actionSource,
    Point? centerOfRotation
)

Parameters

Name Type Description
source DiagramControl

The DiagramControl that raised the event.

items ReadOnlyCollection<DevExpress.Xpf.Diagram.RotatingItem>

A collection of DevExpress.Xpf.Diagram.RotatingItem objects that store information about items that are being rotated.

stage DiagramActionStage

A DiagramActionStage enumeration value that indicates whether the rotating operation has just started, is continuing or has been finished or canceled.

actionSource ItemsActionSource

A ItemsActionSource enumeration value that indicates whether the rotating operation is performed using the rotation handle or the Properties Panel.

centerOfRotation Nullable<Point>

A PointFloat value that is the coordinates of the center of rotation.

See Also