New to Telerik UI for .NET MAUIStart 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

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

Modifying the API

Xamarin ProgressBar.NET MAUI ProgressBar
IndeterminateFillProgressFill
-ProgressCornerRadius
-TrackCornerRadius
-TrackThickness

See Also