Skip to main content

DiagramConnectionChangingEventArgs.OldPoint Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

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