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





Sets a value indicating whether the end points of a link should be placed at the outlines of the nodes connected by that link.

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

 Syntax

C#  Copy Code

public static T PutEndPointsAtNodeBorders<T> (
    T orthogonalRouter,
    bool value
) where T : OrthogonalRouter

Visual Basic  Copy Code

Public Shared Function PutEndPointsAtNodeBorders(Of T As OrthogonalRouter) ( _
    orthogonalRouter As T, _
    value As Boolean _
) As T

 Parameters

orthogonalRouter

value

 Return Value

 See Also

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