fileSelectButton.roundedString

Defines the border radius for the File Select button.

Example

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