shapes.stroke.colorString

Defines the color of the shape stroke.

Example

<div id="diagram"></div>
<script>
$("#diagram").kendoDiagram({
    shapes: [{
        id: "1",
        x: 100,
        y: 100,
        content: { text: "Shape 1" },
        stroke: {
            color: "purple"
        }
    }]
});
</script>
In this article
shapes.stroke.color
Not finding the help you need?
Contact Support