rounded String
(default: 'medium')
Sets a value controlling the border radius. Can also be set to the following string values:
- "small"
- "medium"
- "large"
- "none"
Example
<div id="signature"></div>
<script>
$("#signature").kendoSignature({
rounded: "large"
});
</script>