New to Telerik UI for .NET MAUI? Start a free 30-day trial

Migrating the ImageEditor from Xamarin to .NET MAUI

Overall, Telerik .NET MAUI ImageEditor control preserves the same API as Xamarin.Forms ImageEditor with a few changes and improvements listed in the tables below:

Migrating the Namespaces

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

Modifying the API

Xamarin ImageEditor .NET MAUI ImageEditor
- support for exporting images as Gif
- support for exporting images as Bmp
- UndoCommand
- RedoCommand
- RotateBackwardCommand
- SaturationInteractiveCommand
- BrightnessInteractiveCommand
- BlurInteractiveCommand
- ContrastInteractiveCommand
- HueInteractiveCommand
- SharpenInteractiveCommand

See Also

In this article
Not finding the help you need?