New to Telerik UI for .NET MAUIStart a free 30-day trial

Migrate from Xamarin.Forms SignaturePad to .NET MAUI SignaturePad

Telerik .NET MAUI SignaturePad control preserves the same API as Xamarin.Forms SignaturePad with a few changes and improvements listed in the table below:

Migrating the Namespaces

ControlControl nameXAML NamespcaceC# Namespace
Xamarin SignaturePadRadSignaturePadxmlns:telerikInput="clr-namespace:Telerik.XamarinForms.Input;assembly=Telerik.XamarinForms.Input"using Telerik.XamarinForms.Input;
.NET MAUI SignaturePadRadSignaturePadxmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"using Telerik.Maui.Controls;

Modifying the API

Xamarin SignaturePad.NET MAUI SignaturePad
-Style
-ActualStyle

See Also