Search
OrthogonalRouterExtensions.EndOrientation(T) Method
See Also
 





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

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

 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