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
JavaScript Copy Code |
---|
get roundedLinks() {} |
Boolean
true to draw rounded segment joints, or false otherwise. The default value is false.
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.
MindFusion.Diagramming for JavaScript Programmer's Guide | © 2024 MindFusion |