Search
DiagramNode.cornerRadius Property
See Also
 





Gets or sets the corner radius of nodes whose shape is set to a rounded rectangle.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

get cornerRadius() {}
set cornerRadius(value) {}

 Property Value

Number

A number specifying the corner radius.

 See Also