backgroundColor String (default: "none")

Gets or sets the background color of the signature.

Example

<div id="signature"></div>
<script>
    $("#signature").kendoSignature({
        backgroundColor: "red"
    });
</script>
In this article