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
SyntaxJavaScript
Copy Code
|
|---|
get roundedLinks() {} |
Boolean
true to draw rounded segment joints, or false otherwise. The default value is false.
RemarksThe 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