shapes.cornerRadiusNumber(default: 0)

Defines the corner radius of the shape.

Example - setting shape corner radius

<div id="diagram"></div>
<script>
$("#diagram").kendoDiagram({
    shapes: [{
      id: "1",
      type: "rectangle",
      cornerRadius: 10,
      content: { text: "Rounded Rectangle" }
    }]
});
</script>
In this article
shapes.cornerRadius
Not finding the help you need?
Contact Support