GoXam for WPF v3
Move Method (Group)
Northwoods.GoXam Namespace > Group Class : Move Method
a new Node.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 override void Move( 
   Point newpos,
   bool animated
)

Parameters

newpos
a new Node.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 Node.Position to the newpos.
See Also

Reference

Group Class
Group Members