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

DiagramConnectionChangingEventArgs.OldPoint Property

Returns the initial coordinates of the connection point which is about to be moved.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.2.dll

Declaration

public PointFloat OldPoint { get; }

Property Value

Type Description
PointFloat

A PointFloat value that is the initial coordinates of the connection point which is about to be moved.

See Also