fillModeString(default: 'solid')
Specifies the appearance fill style of the Avatar. The available values are "outline", "solid" (default), and "none".
Example
<div id="avatar"></div>
<script>
$("#avatar").kendoAvatar({
text: "IG",
border: true,
fillMode: "outline"
});
</script>