Northwoods.GoSilverlight 1.2.2 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, offset to account for any difference between Northwoods.GoXam.Node.Location and Northwoods.GoXam.Node.Position.

Remarks

This is only a CLR property, so this property cannot be data-bound. It is common to data-bind the Northwoods.GoXam.Node.Location property.

Most operations work with the node's location, not the position. One exception is the Node.Move method.

Requirements

See Also

© 2010 All Rights Reserved.