Back to Devexpress

DiagramItemBoundsChangedEventArgs Properties

windowsforms-devexpress-dot-xtradiagram-dot-diagramitemboundschangedeventargs-dot-underscore-properties.md

latest2.2 KB
Original Source

DiagramItemBoundsChangedEventArgs Properties

Provides data for the DiagramControl.ItemBoundsChanged event.

NameDescription
ItemReturns the item whose bounds are changed.
NewAngleReturns the new angle at which the item is rotated.
NewIndexGets the previous item’s index within the Items collection of its parent.
NewParentReturns the item’s new parent.
NewPositionReturns the new coordinates of the item’s upper left corner.
NewSizeGets the new size of the item.
OldAngleReturns the angle at which the item was previously rotated.
OldIndexGets the previous item’s index within the Items collection of its parent.
OldParentReturns the item’s previous parent.
OldPositionReturns the previous coordinates of the item’s upper left corner.
OldSizeGets the previous size of the item.

See Also

DiagramItemBoundsChangedEventArgs Class

DiagramItemBoundsChangedEventArgs Members

DevExpress.XtraDiagram Namespace