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





Gets 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 getRoundedLinks ()

 Return Value

true to draw rounded segment joints; otherwise, false. The default value is 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