Search
Diagram.roundedLinksRadius Property
See Also
 





Gets or sets the radius of joint arcs of rounded links' segments.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

get roundedLinksRadius() {}
set roundedLinksRadius(value) {}

 Property Value

Number

A number specifying the radius length. The default value is 2.

 Remarks

The value of this property is used when roundedLinks is enabled. It specifies the radius of the arcs drawn as joins between link segments.

 See Also