Returns the new coordinates of the item's upper left corner.
Namespace:DevExpress.Xpf.Diagram
Assembly:DevExpress.Xpf.Diagram.v19.2.dll

Syntax
C# |
public Point NewPosition { get; }
|
VB |
Public ReadOnly Property NewPosition As Point
|
Property value
Type: Point
The coordinates of the item's upper left corner.

See Also