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





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

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

 Syntax

C#  Copy Code

public Orientation Orientation { get; set; }

Visual Basic  Copy Code

Public Property Orientation As Orientation

 Property Value

An instance of the Orientation enumeration. The default is Vertical.

 Remarks

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

 See Also

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