Search
OrthogonalRouterExtensions.StartOrientation(T) Method
See Also
 





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

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

orthogonalRouter

value

 Return Value

 See Also