Drastic.SignaturePad
1.0.0
dotnet add package Drastic.SignaturePad --version 1.0.0
NuGet\Install-Package Drastic.SignaturePad -Version 1.0.0
<PackageReference Include="Drastic.SignaturePad" Version="1.0.0" />
paket add Drastic.SignaturePad --version 1.0.0
#r "nuget: Drastic.SignaturePad, 1.0.0"
// Install Drastic.SignaturePad as a Cake Addin #addin nuget:?package=Drastic.SignaturePad&version=1.0.0 // Install Drastic.SignaturePad as a Cake Tool #tool nuget:?package=Drastic.SignaturePad&version=1.0.0
Drastic.SignaturePad
Drastic.SignaturePad is a .NET/.NET MAUI Update to SignaturePad, intended to help those who want to migrate to .NET, as well as an excuse for me to try and make a MAUI Handler.
WinUI/MAUI WinUI is not supported, as the InkCanvas
control has not been ported to WinUI 3, making a current port impossible without rewriting.
Setup
Open the sample
directory for how to set it up for native platforms.
For .NET MAUI,
var builder = MauiApp.CreateBuilder();
builder
.UseMauiApp<App>()
.AddSignaturePadSupport()
...
Add AddSignaturePadSupport
to your builder. You should then be able to reference the SignatureView
control.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0-android33.0 is compatible. net7.0-ios16.1 is compatible. net7.0-maccatalyst16.1 is compatible. net8.0-android was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. |
-
net7.0-android33.0
- No dependencies.
-
net7.0-ios16.1
- No dependencies.
-
net7.0-maccatalyst16.1
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Drastic.SignaturePad:
Package | Downloads |
---|---|
Drastic.SignaturePad.Maui
Add a basic signature form in .NET MAUI iOS, Catalyst, and Android apps. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 4,447 | 4/7/2023 |