Returns the new coordinates of the connection point which is about to be moved.
Namespace:DevExpress.Xpf.Diagram
Assembly:DevExpress.Xpf.Diagram.v19.2.dll

Syntax
C# |
public Point NewPoint { get; }
|
VB |
Public ReadOnly Property NewPoint As Point
|
Property value
Type: Point
A System.Windows.Point value that is the new coordinates of the connection point which is about to be moved.

See Also