Implements a one-way graph layout algorithm.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public class OneWayLayout : Layout |
Visual Basic Copy Code |
---|
Public Class OneWayLayout |
The one-way layout ensures that links enter into nodes from the same general direction and exit them from the opposite side. If the graph contains cycles, some links bend around the nodes to keep the enter/exit direction consistent. The algorithm aims to minimize the number of such links.
System.Object
MindFusion.Diagramming.Layout.Layout
MindFusion.Diagramming.Layout.OneWayLayout