MindFusion.Wpf Pack Programmer's Guide
OrthogonalRouterExtensions.EndOrientation(T) Method
See Also
 





Sets the desired orientation of the last segments of routed links.

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

 Syntax

C#  Copy Code

public static T EndOrientation<T> (
    T orthogonalRouter,
    Orientation value
) where T : OrthogonalRouter

Visual Basic  Copy Code

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

 Parameters

orthogonalRouter

value

 Return Value

 See Also

OrthogonalRouterExtensions Members
OrthogonalRouterExtensions Class
MindFusion.Diagramming.Wpf.Layout.Fluent Namespace