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

DiagramItemBoundsChangedEventArgs.NewPosition Property

Returns the new coordinates of the item’s upper left corner.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

Declaration

public Point NewPosition { get; }

Property Value

Type Description
Point

The coordinates of the item’s upper left corner.

See Also