ASP.NET Pack Programmer's Guide
Diagram.setRoundedLinks Method
See Also
 





Sets a value indicating whether the joints between segments of Polyline and Cascading links should be rounded.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

function setRoundedLinks (value)

 Parameters

value

true to draw rounded segment joints; otherwise, false.

 Remarks

The value of this property is considered when drawing links whose Shape is set to Polyline or Cascading. If the property is enabled, the joins between the segments of all such links are drawn as arcs, whose radius equals the value of RoundedLinksRadius.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
LinkCrossings Property