Files
docs-desktop/dotnet-desktop-guide/framework/wpf/controls/progressbar.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

25 lines
824 B
Markdown

---
title: "ProgressBar"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "controls [WPF], ProgressBar"
- "ProgressBar control [WPF]"
ms.assetid: 4545b358-b93c-47df-88e4-9946d7db9e3f
---
# ProgressBar
A <xref:System.Windows.Controls.ProgressBar> indicates the progress of an operation. The <xref:System.Windows.Controls.ProgressBar> control consists of a window that is filled with the system highlight color as an operation progresses.
The following illustration shows a typical <xref:System.Windows.Controls.ProgressBar>.
![Progress bar](./media/ss-ctl-progressbar.GIF "SS_CTL_progressbar")
## In This Section
## Reference
<xref:System.Windows.Controls.ProgressBar>
<xref:System.Windows.Controls.Primitives.StatusBar>
## Related Sections