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

Migrating the Border from Xamarin.Forms to .NET MAUI

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.

Namespaces Differences

When migrating the Border from Xamarin to .NET MAUI, consider the following differences in the namespaces:

ControlControl nameXAML NamespaceC# Namespace
Xamarin BorderRadBorderxmlns:telerikPrimitives="clr-namespace:Telerik.XamarinForms.Primitives;assembly=Telerik.XamarinForms.Primitives"using Telerik.XamarinForms.Primitives;
.NET MAUI BorderRadBorderxmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"using Telerik.Maui.Controls;

See Also

In this article
Namespaces DifferencesSee Also
Not finding the help you need?
Contact Support