Northwoods.GoSilverlight 1.1.3 Assembly
Move Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Node Class : Move Method

newpos
a new Northwoods.GoXam.Node.Position in model coordinates; not a new Northwoods.GoXam.Node.Location
animated
Move a node to a new position, perhaps with animation.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub Move( _
   ByVal newpos As Point, _
   ByVal animated As Boolean _
) 
C# 
public virtual void Move( 
   Point newpos,
   bool animated
)

Parameters

newpos
a new Northwoods.GoXam.Node.Position in model coordinates; not a new Northwoods.GoXam.Node.Location
animated

See Also