Telerik .NET MAUI ProgressBar control preserves the same API as Xamarin.Forms ProgressBar with a few changes and improvements listed in the table below:
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; |
Xamarin ProgressBar |
.NET MAUI ProgressBar |
IndeterminateFill |
ProgressFill |
- |
ProgressCornerRadius |
- |
TrackCornerRadius |
- |
TrackThickness |