New to Telerik UI for .NET MAUI? Start a free 30-day trial
.NET MAUI ProgressBar Visual Structure
Updated on Jan 9, 2026
The visual structure of the .NET MAUI ProgressBar represents the anatomy of the UI component. Being familiar with the visual elements of the ProgressBar allows you to quickly find the information required to configure them.
The following image shows the anatomy of the ProgressBar.

Displayed Elements
- Progress—Represents the current progress of a task.
- Segments—Represent the divided progress of the task into smaller parts.
- Value—Represents the numeric value showing the progress. It can be formatted using the
StringFormatproperty.