shapes.content.padding.rightNumber

The right padding of the content.

Example

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