Search
OrthogonalRouter.PutEndPointsAtNodeBorders Property
See Also
 






Gets or 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.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool PutEndPointsAtNodeBorders { get; set; }

Visual Basic  Copy Code

Public Property PutEndPointsAtNodeBorders As Boolean

 Property Value

A boolean value.

 See Also