Northwoods.GoWPF 2.2.4 Assembly
Position Property (Node)

The Position of a Node is the point at the top-left corner of the Bounds.
Syntax
Public Property Position As Point
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.

Requirements
See Also

Reference

Node Class
Node Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback