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

DiagramBeforeItemsRotatingEventArgs.CenterOfRotation Property

Returns the coordinates of the center of rotation.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v18.2.dll

Declaration

public PointFloat? CenterOfRotation { get; }

Property Value

Type Description
Nullable<PointFloat>

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

See Also