fileAttachment.roundedString

The border radius for the button (e.g., "small", "medium", "large", "full").

Example

<div id="chat"></div>
<script>
$("#chat").kendoChat({
    fileAttachment: {
        rounded: "medium"
    },
    authorId: "user"
});
</script>
In this article
fileAttachment.rounded
Not finding the help you need?
Contact Support