GoXam for WPF v3
LinkMinLength Method
Northwoods.GoXam.Layout Namespace > LayeredDigraphLayout Class : LinkMinLength Method
The function LinkMinLength returns the minimum length of the link represented by the LayeredDigraphLink 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
protected virtual int LinkMinLength( 
   LayeredDigraphEdge edge
)

Parameters

edge

Return Value

Returns the minimum length of the link represented by link
See Also

Reference

LayeredDigraphLayout Class
LayeredDigraphLayout Members