GoXam for WPF v3
Position Property (Node)
Northwoods.GoXam Namespace > Node Class : Position Property
The Position of a Node is the point at the top-left corner of the Bounds.
Syntax
public Point Position {get; set;}

Property Value

Setting this property just changes the value of Location, offset to account for any difference between Location and Position.
Remarks

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

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

See Also

Reference

Node Class
Node Members