shapes.content.padding.leftNumber

The left padding of the content.

Example

<div id="diagram"></div>
<script>
$("#diagram").kendoDiagram({
    shapes: [{
      content: {
        text: "Left Padded Text",
        padding: { left: 15 }
      }
    }]
});
</script>
In this article
shapes.content.padding.left
Not finding the help you need?
Contact Support