GoDiagram Win Reference
LinkMinLength Method

The function LinkMinLength returns the minimum length of the link represented by the GoLayoutLayeredDigraphLink link. The default implementation gives multi-links a minimum length of 2, and all other links a minimum length of 1. This function can be overridden to provide "fine-tuning" of the layout.
Syntax
'Declaration
 
Protected Overridable Function LinkMinLength( _
   ByVal link As GoLayoutLayeredDigraphLink _
) As Integer
protected virtual int LinkMinLength( 
   GoLayoutLayeredDigraphLink link
)

Parameters

link

Return Value

Returns the minimum length of the link represented by link
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

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback