roundedString(default: 'full')
Could be one of the predefined shapes available for the widget container: "full" (default), "small", "medium", "large", or "none".
Example
<div id="avatar"></div>
<script>
$("#avatar").kendoAvatar({
text: "IG",
rounded: "medium"
});
</script>