MindFusion.Wpf Pack Programmer's Guide
OrthogonalRouter.Direction Property
See Also
 





Gets or sets the direction of the arranged diagram when BaseLayout is set to Layered.

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

 Syntax

C#  Copy Code

public Direction Direction { get; set; }

Visual Basic  Copy Code

Public Property Direction As Direction

 Property Value

A member of the Direction enumeration. The default is Straight.

 Remarks

This value is assigned to the Direction property of the base LayeredLayout.

 See Also

OrthogonalRouter Members
OrthogonalRouter Class
MindFusion.Diagramming.Wpf.Layout Namespace