badge.cutoutBorderBoolean(default: false)
Specifies wether or not to render additional "cutout" border around the badge.
Example
<button id="button">Button</button>
<script>
  $("#button").kendoButton({
    badge: {
      text: "New",
      cutoutBorder: true
    }
  });
</script>In this article