Signature

Example

Razor
<kendo-signature>
</kendo-signature>

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
has-client-componentBoolean
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
as-moduleBoolean
background-colorStringGets or sets the background color of the signature.
colorStringThe stroke color of the signature.
enableBooleanIf set to false, the widget will be disabled and will not allow user input. The widget is enabled by default and allows user input.
fill-modeFillModeSets a value controlling how the color is applied.
heightDoubleDetermines the height of the signature in pixels.
hide-lineBooleanA value indicating whether the dotted line should be displayed in the background.
labelStringSpecifies the label that will be rendered on the k-signature-canvas element of the component with the aria-label attribute.
maximizableBooleanA value indicating whether the component can be maximized
on-changeStringFired when the value of the widget is changed by the user.The event handler function context (available via the this keyword) will be set to the widget instance.
on-closeStringFired when the value popup of the component is changed
on-openStringFired when the value of the widget is changed by the user.The event handler function context (available via the this keyword) will be set to the widget instance.
popup-scaleDoubleDefines a value indicating the scaling size of the popup signature pad
readonlyBooleanIf set to true, the widget will be readonly and will not allow user input. The widget is not readonly by default and allows user input.
roundedRoundedSets a value controlling the border radius.
sanitize-idBoolean
script-attributesIDictionary<String,Object>
sizeComponentSizeSets a value controlling the size of the component.
smoothBooleanA value indicating whether to smoothen out the signature lines.
stroke-widthDoubleDefines how wide will the stroke be.
valueStringA string value representing a Base64-encoded PNG image
widthDoubleDetermines the width of the signature in pixels.
In this article
ExampleAttributes
Not finding the help you need?
Contact Support