MindFusion.Wpf Pack Programmer's Guide
OrthogonalRouter Class
Remarks See Also
 





Implements an orthogonal link routing algorithm.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public class OrthogonalRouter : Layout

Visual Basic  Copy Code

Public Class OrthogonalRouter
    Inherits Layout

 Remarks

OrthogonalRouter is a secondary layout algorithm that can be used to arrange links after an initial node arrangement has already been applied. The orthogonal layout is useful when there are much more links than nodes in a graph. The algorithm strives to achieve the following criteria, while preserving as much of the initial node configuration as possible.

To arrange a diagram, create an OrthogonalRouter instance, set its properties and call the Arrange method.

 Inheritance Hierarchy

System.Object
    System.MarshalByRefObject
        System.ComponentModel.Component
            MindFusion.Diagramming.Wpf.Layout.Layout
                MindFusion.Diagramming.Wpf.Layout.OrthogonalRouter

 See Also

OrthogonalRouter Members
MindFusion.Diagramming.Wpf.Layout Namespace