GoDiagram Win Reference
ChildPortSpot Property (GoLayoutTreeNode)

Gets or sets the spot that children nodes' Northwoods.Go.GoPorts get as their Northwoods.Go.GoPort.ToSpot, if SetsChildPortSpot is true and the node has only a single port.
Syntax
'Declaration
 
Public Property ChildPortSpot As Integer
public int ChildPortSpot {get; set;}

Property Value

The default value is GoObject.NoSpot.
Remarks
This inherited property is initialized in the InitializeTreeNodeValues method. A value of GoObject.NoSpot will cause SetPortSpots to assign a Northwoods.Go.GoPort.ToSpot based on the parent node's Angle. If the value is other than NoSpot, it is just assigned. When Path is GoLayoutTreePath.Source, the Northwoods.Go.GoPort's Northwoods.Go.GoPort.FromSpot is set instead of the Northwoods.Go.GoPort.ToSpot.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoLayoutTreeNode Class
GoLayoutTreeNode Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback