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

DiagramConnectionChangedEventArgs.OldPoint Property

Returns the initial coordinates of the connection point which has been moved.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v18.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 has been moved.

See Also