speechToTextButton.roundedString

Defines the border radius for the Speech to Text button.

Example

<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
    speechToTextButton: {
        rounded: "full"
    },
    placeholder: "Fully rounded speech button..."
});
</script>
In this article
speechToTextButton.rounded
Not finding the help you need?
Contact Support