mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-05 23:42:58 +02:00
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
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
---
|
||||
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>.
|
||||
|
||||

|
||||
|
||||
## In This Section
|
||||
|
||||
## Reference
|
||||
<xref:System.Windows.Controls.ProgressBar>
|
||||
<xref:System.Windows.Controls.Primitives.StatusBar>
|
||||
|
||||
## Related Sections
|
||||
Reference in New Issue
Block a user