GoXam for WPF v3
Move Method (Node)
Northwoods.GoXam Namespace > Node Class : Move Method
a new Position in model coordinates; not a new Location
whether the movement is animated by the diagram's LayoutManager
Move a node to a new position, perhaps with animation.
Syntax
public virtual void Move( 
   Point newpos,
   bool animated
)

Parameters

newpos
a new Position in model coordinates; not a new Location
animated
whether the movement is animated by the diagram's LayoutManager
Remarks
Call this method in implementations of Northwoods.GoXam.Layout.DiagramLayout in order to get animated layouts. When animated is false, this just sets the Position to the newpos.
See Also

Reference

Node Class
Node Members