New to Telerik UI for .NET MAUI? Start 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

Control Control name XAML Namespcace C# Namespace
Xamarin SignaturePad RadSignaturePad xmlns:telerikInput="clr-namespace:Telerik.XamarinForms.Input;assembly=Telerik.XamarinForms.Input" using Telerik.XamarinForms.Input;
.NET MAUI SignaturePad RadSignaturePad xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui" using Telerik.Maui.Controls;

Modifying the API

Xamarin SignaturePad .NET MAUI SignaturePad
- Style
- ActualStyle

See Also

In this article