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

DiagramItemBoundsChangedEventArgs.OldPosition Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public PointFloat OldPosition { get; }

Property Value

Type Description
PointFloat

The coordinates of the item’s upper left corner.

See Also