Skip to content

Geeksltd/Zebble.SignaturePad

Repository files navigation

Zebble.SignaturePad

logo

A Zebble plugin that allow you to draw smooth signature in Zebble applications.

NuGet

Signature Pad is a Zebble plugin for drawing smooth signatures. It works in all platform of Zebble application.


Setup


Api Usage

To use this plugin in Zebble application you can use below code:

<SignaturePad Id="SignaturePad" />

Or, you can create it in C# code behind and add it to any View that you want:

var signaturePad = new Zebble.Plugin.SignaturePad();
Add(signaturePad);