actionButton.roundedString

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

Example

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