We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The WPF ProgressBar control indicates the progress of a task with customizable visuals. It includes features to visualize progress in rectangular and circular shapes, determinate and indeterminate states, segments, and customized ranges in different colors.


Types

Visualizes progress of a task in different shapes (rectangle and circle) to give a unique appearance to your design.


States

Visualizes the progress in different modes.

States in WPF ProgressBar

WPF linear progressbar and circular progressbar depicts the determinate mode to visualize progression

Determinate

Use the determinate mode progress bar when progress can be estimated.

WPF linear progressbar and circular progressbar depicts the indeterminate mode to visualize the progress estimating process

Indeterminate

Use the indeterminate mode progress bar when progress cannot be estimated or calculated.

WPF linear progressbar visualizes secondary progress to depict buffering

Buffer

Uses a secondary progress indicator when the primary task depends on the secondary task. This will allow users to visualize both primary and secondary tasks’ progress simultaneously.


Segments

Avoid writing several lines of code to create and position multiple progress bars: just divide a progress bar into multiple segments using a single API to visualize the progress of multiple sequential tasks. WPF ProgressBar Segments documentation

WPF progressbar segmented to visualize the progress of multiple sequential tasks


Angle

Customize the start and sweep angles of a WPF circular progressbar to give a unique style to the control.

Customize start and sweep angles of WPF circular progressbar


Custom content

Add any view to the center of a WPF circular progress bar to: Indicate the completion of a task; and start, pause, or cancel buttons to control the progress interactively; add an image that indicates the actual task in progress; and add custom text that conveys the progress of a task.

WPF circular progressbar with different contents


Visualize multiple ranges

Along with visualizing the progress of a task, users can also visualize multiple ranges with gradient colors or solid colors that are mapped to each range to enhance readability.

WPF progressbar visualizes progression with multiple colors


Appearance

The appearance of a progress bar is highly customizable. WPF ProgressBar Appearance documentation

Different styles of WPF circular and linear progressbar

Thickness

Tweak the thickness of the track and progress indicator to render the WPF Progress Bar with different appearances.

WPF circular progressbar with different colors

Colors

Apply appealing colors to the track and progress indicator to match your application theme.

WPF linear progressbar with rounded corners

Corner radius

The corner radius of the WPF linear progress can be customized.


WPF ProgressBar Code Example

Easily get started with the WPF ProgressBar using a few simple lines of XAML code example as demonstrated below. Also explore our WPF ProgressBar Example that shows you how to render and configure the ProgressBar in WPF.

<!--circularprogressbar.xaml -->
<Window
       xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
       xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
       xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
       xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
       xmlns:local="clr-namespace:WpfApp4"
       xmlns:Syncfusion="http://schemas.syncfusion.com/wpf"
       x:Class="WpfApp4.MainWindow" mc:Ignorable="d" Title="MainWindow" Height="450" Width="800">
      <Grid x:Name="grid">
      <Syncfusion:SfCircularProgressBar Progress="50" Width="347"/>
      </Syncfusion:SfCircularProgressBar>
      </Grid>
</Window>

<!--linearprogressbar.xaml -->
<Window
       xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
       xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
       xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
       xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
       xmlns:local="clr-namespace:WpfApp4"
       xmlns:Syncfusion="http://schemas.syncfusion.com/wpf"
       x:Class="WpfApp4.MainWindow" mc:Ignorable="d" Title="MainWindow" Height="450" Width="800">
      <Grid x:Name="grid">
      <TextBlock Text="Linear"/>
      <Syncfusion:SfLinearProgressBar Progress="70" "/>
      </Grid>
</Window>



95+ WPF CONTROLS

Frequently Asked Questions

The Syncfusion WPF ProgressBar provides the following:

  • Circular and linear ProgressBars that indicate the progress of a task with customizable visuals.
  • Features to visualize progress in rectangular and circular shapes, determinate and indeterminate states, segments, and customized ranges in different colors.
  • One of the best WPF ProgressBar in the market that offers feature-rich UI to interact with the software.
  • Touch-friendly and responsive UI.
  • Simple configuration and API.
  • Extensive demos, documentation to learn quickly and get started with WPF ProgressBar.

You can find our WPF ProgressBar demo on

GitHub location.

App center location.

Microsoft location.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Syncfusion WPF Resources

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile