Skip to main content

DiagramConnectionChangingEventArgs.NewPoint Property

Returns the new 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 NewPoint { get; }

Property Value

Type Description
PointFloat

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

See Also