Search
OrthogonalRouterExtensions.Orientation Method
See Also
 





Sets the overall orientation of the arranged diagram when BaseLayout is set to Layered.

Namespace: MindFusion.Diagramming.Layout.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static OrthogonalRouter Orientation (
    OrthogonalRouter orthogonalRouter,
    Orientation value
)

Visual Basic  Copy Code

Public Shared Function Orientation( _
    orthogonalRouter As OrthogonalRouter, _
    value As Orientation _
) As OrthogonalRouter

 Parameters

orthogonalRouter

value

 Return Value

 See Also