GoXam for WPF v3
LayeredDigraphAggressive Enumeration
Northwoods.GoXam.Layout Namespace : LayeredDigraphAggressive Enumeration
This enumeration controls how much effort LayeredDigraphLayout.ReduceCrossings puts into trying to look for link crossings.
Syntax
public enum LayeredDigraphAggressive : System.Enum 
Members
MemberDescription
Less The faster, less agressive crossing reduction algorithm
More The slower, more agressive crossing reduction algorithm
None The fastest, but poorest, crossing reduction algorithm
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Layout.LayeredDigraphAggressive

See Also

Reference

Northwoods.GoXam.Layout Namespace