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

Migrating the Barcode from Xamarin.Forms to .NET MAUI

Telerik .NET MAUI Barcode control preserves the same API as its Xamarin counterpart except for the configuration options listed in this article.

The tables in the following sections list the differences between the APIs of the Xamarin.Forms Barcode and .NET MAUI Barcode.

Namespaces Differences

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

ControlControl nameXAML NamespaceC# Namespace
Xamarin BarcodeRadBarcodexmlns:telerikBarcode="clr-namespace:Telerik.XamarinForms.Barcode;assembly=Telerik.XamarinForms.Barcode"using Telerik.XamarinForms.Barcode;
.NET MAUI BarcodeRadBarcodexmlns: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