GoXam for WPF v3
MoveAnimated Method
Northwoods.GoXam Namespace > LayoutManager Class : MoveAnimated Method
a new position in model coordinates
This basically just sets the value of Node.Position, but with animated movement.
Syntax
public void MoveAnimated( 
   Node node,
   Point newpos
)

Parameters

node
newpos
a new position in model coordinates
Remarks
There is no animation if Animated is false, if the AnimationTime is very small, or if the original position and the new position are very near to each other or offscreen.
See Also

Reference

LayoutManager Class
LayoutManager Members