border Boolean
(default: false)
Specifies whether the avatar should render border around its container element. Default is false
.
Example
<div id="avatar"></div>
<script>
$("#avatar").kendoAvatar({
text: "IG",
border: true,
fill: "outline"
});
</script>