Search
Diagram.roundedLinks Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get roundedLinks() {}
set roundedLinks(value) {}

 Property Value

Boolean

true to draw rounded segment joints, or false otherwise. 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 segments of all such links are drawn as arcs, whose radius equals the value of roundedLinksRadius.

 See Also