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

DiagramItemBoundsChangedEventArgs Properties

Provides data for the DiagramControl.ItemBoundsChanged event.
Name Description
Item Returns the item whose bounds are changed.
NewAngle Returns the new angle at which the item is rotated.
NewIndex Gets the previous item’s index within the Items collection of its parent.
NewParent Returns the item’s new parent.
NewPosition Returns the new coordinates of the item’s upper left corner.
NewSize Gets the new size of the item.
OldAngle Returns the angle at which the item was previously rotated.
OldIndex Gets the previous item’s index within the Items collection of its parent.
OldParent Returns the item’s previous parent.
OldPosition Returns the previous coordinates of the item’s upper left corner.
OldSize Gets the previous size of the item.
See Also