title | page_title | description | tags | position | slug |
---|---|---|---|---|---|
Migrating from Xamarin |
Migrating the Border from Xamarin.Forms to .NET MAUI |
Learn how to migrate the Telerik UI for Xamarin Border to the Telerik UI for .NET MAUI Border by updating the namespaces, the incompatible NuGet packages and API. |
dot net maui, .net maui vs xamarin, maui vs xamarin, net maui vs xamarin, migration, xamarin.forms |
100 |
border-xamarin-migration |
Telerik .NET MAUI Border control preserves the same API as Xamarin.Forms Border with a few changes and improvements.
The tables in the following sections list the differences between the APIs of the Xamarin.Forms Border and .NET MAUI Border.
When migrating the Border from Xamarin to .NET MAUI, consider the following differences in the namespaces:
Control | Control name | XAML Namespace | C# Namespace |
---|---|---|---|
Xamarin Border | RadBorder |
xmlns:telerikPrimitives="clr-namespace:Telerik.XamarinForms.Primitives;assembly=Telerik.XamarinForms.Primitives" | using Telerik.XamarinForms.Primitives; |
.NET MAUI Border | RadBorder |
xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui" | using Telerik.Maui.Controls; |
- [Migrating from Xamarin.Forms to .NET MAUI]({% slug migrate-to-net-maui %})
- [.NET MAUI Sample Applications]({% slug sampleapps-overview %})
- .NET MAUI Barcode Product Page
- .NET MAUI Barcode Forum Page