.NET MAUI Circular ProgressBar (SfCircularProgressBar) Overview

30 Sep 20221 minute to read

The .NET MAUI Circular ProgressBar 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.

Key features

  • States - Visualize the progress of a process in determinate and indeterminate states.

  • Progress shape - Visualize progress in a circular shape.

  • Segments - Progress can be divided into multiple segments to show a gradual progress.

  • Color ranges - Customize ranges with different colors.

  • Appearance customization - Customize the track thickness, color, and corner radius style.

  • Customizable content - Display custom content at the center of a circular progress bar.

  • Angle - Customize the angles of a circular progress bar.

Circular ProgresBar control for .NET MAUI.

NOTE

Get the samples in the GitHub link.