property Node.LinkToRound(Key as String) as Boolean
Specifies whether the LinkTo line is shown linear or round.

TypeDescription
Key as String A String expression that specifies the key of the node to link to.
Boolean A boolean expression that specifies whether the link is shown linear or round ( true ).
The LinkToRound property specifies the whether the link is shown liner or round. Use the LinkTo property to arbitrary link the current nodes with others.  The ShowRoundLink property specifies whether the links between nodes are shows linear or round. The LinkToWidth, LinkToColor, LinkToShowDir, LinkToPen property specifies the width, color, direction, pen to show an arbitrary link.