Northwoods.GoSilverlight 1.1.3 Assembly
MoveAnimated Method
See Also  Send Feedback
Northwoods.GoXam Namespace > LayoutManager Class : MoveAnimated Method

node
newpos
a new position in model coordinates
This basically just sets the value of Northwoods.GoXam.Node.Position, but with animated movement.

Syntax

Visual Basic (Declaration) 
Public Sub MoveAnimated( _
   ByVal node As Node, _
   ByVal newpos As Point _
) 
C# 
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