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

Migrate from Xamarin.Forms ProgressBar to .NET MAUI ProgressBar

Telerik .NET MAUI ProgressBar control preserves the same API as Xamarin.Forms ProgressBar with a few changes and improvements listed in the table below:

Migrating the Namespaces

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

Modifying the API

Xamarin ProgressBar .NET MAUI ProgressBar
IndeterminateFill ProgressFill
- ProgressCornerRadius
- TrackCornerRadius
- TrackThickness

See Also

In this article