GoXam for WPF v3
ChildPortSpot Property (TreeVertex)
Northwoods.GoXam.Layout Namespace > TreeVertex Class : ChildPortSpot Property
Gets or sets the spot that children nodes' ports get as their ToSpot, if SetsChildPortSpot is true and the node has only a single port.
Syntax
public Spot ChildPortSpot {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 ToSpot 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 FromSpot is set instead of the ToSpot.
See Also

Reference

TreeVertex Class
TreeVertex Members