Northwoods.GoSilverlight 1.1.3 Assembly
Position Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Node Class : Position Property

The Position of a Node is the point at the top-left corner of the Part.Bounds.

Syntax

Visual Basic (Declaration) 
Public Property Position As Point
C# 
public Point Position {get; set;}

Property Value

Setting this property just changes the value of Northwoods.GoXam.Node.Location.

See Also