GoXam for WPF v3
MakeProper Method
Northwoods.GoXam.Layout Namespace > LayeredDigraphLayout Class : MakeProper Method
Converts the input network into a proper digraph; i.e., artificial nodes and links are introduced into the network such that every link is between nodes in adjacent layers. This has the effect of breaking up long links into a sequence of artificial nodes.
Syntax
protected virtual void MakeProper()
Remarks
This method must not change the layer of any existing node, nor add or remove any layers.
See Also

Reference

LayeredDigraphLayout Class
LayeredDigraphLayout Members