GoDiagram Win Reference
NodeMinColumnSpace Method

whether to return the distance from the GoLayoutGenericNetwork.Node<N,L,Y>.Position to the Center, or from the Center to the bottom or right side of the Bounds
The function NodeMinColumnSpace returns the minimum space reserved to either side of this node. The default implementation returns 0 for nodes that do not correspond to top-level Go objects. For nodes that do correspond to top-level Go objects, the column space is determined by the width and height of the object divided by the ColumnSpacing. Note: all sub-classes that override this method should ensure that nodes that do not correspond to top-level Go objects have a minimum column space of 0. This function can be overridden to provide "fine-tuning" of the layout.
Syntax
'Declaration
 
Protected Overridable Function NodeMinColumnSpace( _
   ByVal node As GoLayoutLayeredDigraphNode, _
   ByVal topleft As Boolean _
) As Integer
protected virtual int NodeMinColumnSpace( 
   GoLayoutLayeredDigraphNode node,
   bool topleft
)

Parameters

node
topleft
whether to return the distance from the GoLayoutGenericNetwork.Node<N,L,Y>.Position to the Center, or from the Center to the bottom or right side of the Bounds

Return Value

Returns the minimum space reserved to either side of the center of this node, in units of ColumnSpacing
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

GoLayoutLayeredDigraph Class
GoLayoutLayeredDigraph Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback