Syncfusion.Maui.ProgressBar 31.2.12

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.Maui.ProgressBar --version 31.2.12
                    
NuGet\Install-Package Syncfusion.Maui.ProgressBar -Version 31.2.12
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Syncfusion.Maui.ProgressBar" Version="31.2.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.Maui.ProgressBar" Version="31.2.12" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.Maui.ProgressBar" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Syncfusion.Maui.ProgressBar --version 31.2.12
                    
#r "nuget: Syncfusion.Maui.ProgressBar, 31.2.12"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Syncfusion.Maui.ProgressBar@31.2.12
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Syncfusion.Maui.ProgressBar&version=31.2.12
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.Maui.ProgressBar&version=31.2.12
                    
Install as a Cake Tool

Syncfusion.Maui.ProgressBar Components

This package contains .NET MAUI Linear ProgressBar, .NET MAUI Circular ProgressBar and .NET MAUI Step ProgressBar components for .NET MAUI application.

System Requirements

Linear ProgressBar

The Syncfusion .NET MAUI Linear ProgressBar control shows the progress of a task with custom visuals. It displays the progress of a process in rectangular shapes, determinate and indeterminate states, segments, and smooth animation. You can also define ranges with different colors.

.NET MAUI Linear ProgressBar

Features Overview | Docs | Online Demo | Support | Forums | Feedback

Getting Started

Circular ProgressBar

The Syncfusion .NET MAUI Circular ProgressBar control shows the progress of a task with customizable visuals. It displaying the progress of a process in circular shapes, determinate and indeterminate states, segments, smooth animation, and with customizable content. You can also define ranges with different colors.

.NET MAUI Circular ProgressBar

Features Overview | Docs | Online Demo | Support | Forums | Feedback

Getting Started

Step ProgressBar

The Syncfusion .NET MAUI Step ProgressBar is a control that indicates the progress of a multiple-step (state) process. This control can be used to track the progress of an online purchase, new user registration, live location tracking of buses, trains, flights, and more.

.NET MAUI Step ProgressBar

Features Overview | Docs | Online Demo | Support | Forums | Feedback

Key Features

  • Display the progress in either horizontal or vertical orientation.
  • Provides three-state progress indication: Not Started, In Progress, and Completed.
  • Customize the active step index and progress values.
  • Add descriptions to each state on both sides.
  • Customize step content using numbers, ticks, crosses, dots, or images.
  • Customize the shape of each state or step, allowing for options such as circles or squares.
Getting Started

To initialize the Step ProgressBar control add the below code to your xaml file.

<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             xmlns:progressBar="clr-namespace:Syncfusion.Maui.ProgressBar;assembly=Syncfusion.Maui.ProgressBar"
             x:Class="StepProgressBarTesting.MainPage">
        <progressBar:SfStepProgressBar />
</ContentPage>

License

This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. You can purchase a license here or start a free 30-day trial here.

About Syncfusion

Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 26,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1600+ components and frameworks for web (Blazor, ASP.NET Core, ASP.NET MVC, ASP.NET WebForms, JavaScript, Angular, React, Vue, and Flutter), mobile (.NET MAUI, Xamarin, Flutter, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, Flutter and UWP). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.


sales@syncfusion.com | www.syncfusion.com | Toll Free: 1-888-9 DOTNET

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-android35.0 is compatible.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-ios18.0 is compatible.  net9.0-maccatalyst was computed.  net9.0-maccatalyst18.0 is compatible.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net9.0-windows10.0.19041 is compatible.  net10.0 is compatible.  net10.0-android was computed.  net10.0-android36.0 is compatible.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-ios26.0 is compatible.  net10.0-maccatalyst was computed.  net10.0-maccatalyst26.0 is compatible.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed.  net10.0-windows10.0.19041 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Syncfusion.Maui.ProgressBar:

Package Downloads
Cyber.FrameworkNet8

Phiên bản CyberPlus phát triển trên nền tảng .Net Maui

SharedMauiXamlStylesLibrary.Syncfusion

A collection of predefined Control styles for MAUI and Syncfusion.

Cyber.FrameworkNet8_FutaHaSon

Phiên bản CyberPlus phát triển trên nền tảng .Net Maui

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Syncfusion.Maui.ProgressBar:

Repository Stars
AvaloniaUI/AvaloniaMauiHybrid
Brings templated controls, pixel perfect rendering, animations, styling and composition to Maui
syncfusion/maui-demos
This repository contains the Syncfusion .NET MAUI control’s samples and the guide to use them
Strypper/mauisland
MAUIsland 🏝️ is the number 1 controls gallery for .NET MAUI
Version Downloads Last Updated
31.2.15 749 11/25/2025
31.2.12 1,226 11/18/2025
31.2.10 1,123 11/12/2025
31.2.5 1,538 11/3/2025
31.2.4 3,192 10/28/2025
31.2.3 1,428 10/21/2025
31.2.2 1,829 10/15/2025
31.1.23 5,885 10/6/2025
31.1.22 1,119 9/30/2025
31.1.21 1,244 9/22/2025
31.1.20 2,034 9/16/2025
31.1.19 1,080 9/11/2025
31.1.18 547 9/10/2025
31.1.17 763 9/5/2025
30.2.7 4,749 8/25/2025
30.2.6 1,327 8/18/2025
30.2.5 1,570 8/13/2025
30.2.4 1,370 8/7/2025
30.1.42 4,095 7/28/2025
30.1.41 2,119 7/22/2025
30.1.40 1,145 7/14/2025
30.1.39 2,238 7/8/2025
30.1.38 4,317 7/1/2025
30.1.37 3,352 6/25/2025
29.2.11 2,141 6/16/2025
29.2.10 1,860 6/9/2025
29.2.9 1,005 6/5/2025
29.2.8 640 6/3/2025
29.2.7 1,238 5/26/2025
29.2.5 6,817 5/21/2025
29.2.4 1,157 5/14/2025
29.1.41 20,364 5/5/2025
29.1.40 2,144 4/28/2025
29.1.39 2,911 4/21/2025
29.1.38 2,988 4/15/2025
29.1.37 3,321 4/8/2025
29.1.35 6,692 4/1/2025
29.1.33 4,964 3/25/2025
28.2.12 1,915 3/19/2025
28.2.11 3,097 3/11/2025
28.2.9 2,673 3/4/2025
28.2.7 2,050 2/25/2025
28.2.6 3,086 2/17/2025
28.2.5 2,051 2/11/2025
28.2.4 2,560 2/4/2025
28.2.3 1,725 1/29/2025
28.1.41 17,906 1/21/2025
28.1.39 2,571 1/14/2025
28.1.38 1,920 1/7/2025
28.1.37 1,815 12/31/2024
28.1.36 1,563 12/23/2024
28.1.35 2,014 12/18/2024
28.1.33 3,080 12/12/2024
27.2.5 11,544 12/2/2024
27.2.4 2,119 11/26/2024
27.2.3 698 11/22/2024
27.2.2 11,708 11/15/2024
27.1.58 6,233 11/4/2024
27.1.57 1,337 10/29/2024
27.1.56 1,408 10/23/2024
27.1.55 1,335 10/21/2024
27.1.53 17,752 10/14/2024
27.1.52 4,066 10/7/2024
27.1.51 4,630 9/30/2024
27.1.50 2,901 9/24/2024
27.1.48 1,928 9/18/2024
26.2.14 10,230 9/9/2024
26.2.13 2,152 9/5/2024
26.2.12 893 9/2/2024
26.2.11 32,344 8/27/2024
26.2.10 5,003 8/19/2024
26.2.9 2,989 8/12/2024
26.2.8 2,190 8/5/2024
26.2.7 1,982 7/29/2024
26.2.5 1,716 7/26/2024
26.2.4 943 7/24/2024
26.1.42 3,372 7/15/2024
26.1.41 1,656 7/8/2024
26.1.40 8,842 7/1/2024
26.1.39 3,121 6/24/2024
26.1.38 970 6/18/2024
26.1.35 5,694 6/11/2024
25.2.7 5,119 6/3/2024
25.2.6 1,131 5/28/2024
25.2.5 1,669 5/21/2024
25.2.4 7,323 5/14/2024
25.2.3 2,174 5/8/2024
25.1.42 2,507 4/29/2024
25.1.41 2,827 4/23/2024
25.1.40 5,081 4/15/2024
25.1.39 1,819 4/8/2024
25.1.38 2,771 4/1/2024
25.1.37 12,443 3/26/2024
25.1.35 15,920 3/15/2024
24.2.9 4,468 3/5/2024
24.2.8 3,609 2/27/2024
24.2.7 6,027 2/20/2024
24.2.6 4,235 2/15/2024
24.2.5 695 2/12/2024
24.2.4 1,634 2/6/2024
24.2.3 8,512 1/31/2024
24.1.47 6,278 1/23/2024
24.1.46 1,914 1/17/2024
24.1.45 2,683 1/9/2024
24.1.44 2,572 1/3/2024
24.1.43 1,461 12/27/2023
24.1.41 10,805 12/18/2023
23.2.7 2,766 12/6/2023
23.2.6 1,925 11/28/2023
23.2.5 1,031 11/23/2023
23.2.4 997 11/20/2023
23.1.44 5,055 11/6/2023
23.1.43 998 10/30/2023
23.1.42 1,074 10/23/2023
23.1.41 3,665 10/16/2023
23.1.40 2,873 10/10/2023
23.1.39 1,391 10/4/2023
23.1.38 4,724 9/26/2023
23.1.36 8,241 9/15/2023
22.2.12 2,154 9/5/2023
22.2.11 1,707 8/28/2023
22.2.10 931 8/22/2023
22.2.9 1,115 8/14/2023
22.2.8 1,106 8/7/2023
22.2.7 933 8/2/2023
22.2.5 1,720 7/27/2023
22.1.39 1,287 7/18/2023
22.1.38 955 7/11/2023
22.1.37 2,066 7/3/2023
22.1.36 1,579 6/28/2023
22.1.34 1,212 6/21/2023
21.2.10 4,691 6/13/2023
21.2.9 940 6/6/2023
21.2.8 947 5/30/2023
21.2.6 1,143 5/22/2023
21.2.5 1,212 5/15/2023
21.2.4 1,080 5/9/2023
21.2.3 1,296 5/3/2023
21.1.41 1,665 4/19/2023
21.1.39 1,588 4/10/2023
21.1.38 1,082 4/3/2023
21.1.37 3,091 3/29/2023
21.1.35 1,578 3/23/2023
20.4.54 1,003 3/13/2023
20.4.53 906 3/7/2023
20.4.52 1,348 2/28/2023
20.4.51 1,539 2/21/2023
20.4.50 1,308 2/14/2023
20.4.49 975 2/7/2023
20.4.48 1,056 2/1/2023
20.4.44 1,277 1/18/2023
20.4.43 1,014 1/10/2023
20.4.42 1,009 1/4/2023
20.4.41 1,503 12/29/2022
20.4.40 862 12/28/2022
20.4.38 1,023 12/21/2022
20.3.61 422 12/13/2022
20.3.60 371 12/6/2022
20.3.59 313 11/29/2022
20.3.58 356 11/22/2022
20.3.57 290 11/15/2022
20.3.56 286 11/8/2022
20.3.52 369 10/27/2022
20.3.50 443 10/18/2022
20.3.49 368 10/11/2022
20.3.48 264 10/5/2022
20.3.47 458 9/29/2022