GoXam for WPF v3
PortSpot Property (TreeVertex)
Northwoods.GoXam.Layout Namespace > TreeVertex Class : PortSpot Property
Gets or sets the spot that this node's port gets as its FromSpot, if SetsPortSpot is true and the node has only a single port.
Syntax
public Spot PortSpot {get; set;}

Property Value

The default value is Spot.Default.
Remarks
This inherited property is initialized in the InitializeTreeVertexValues method. A value of Spot.Default will cause SetPortSpots to assign a FromSpot based on the parent node's Angle. If the value is other than NoSpot, it is just assigned. When Path is TreePath.Source, the port's ToSpot is set instead of the FromSpot.
See Also

Reference

TreeVertex Class
TreeVertex Members