ProgressBar::IsIndeterminate Property
.NET Framework (current version)
Gets or sets whether the ProgressBar shows actual values or generic, continuous progress feedback.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System::Booleanfalse if the ProgressBar shows actual values; true if the ProgressBar shows generic progress. The default is false.
When this property is true, the ProgressBar animates a few bars moving across the ProgressBar in a continuous manner and ignores the Value property.
Identifier field | |
Metadata properties set to true | None |
The following example sets the IsIndeterminate property to true to create a ProgressBar that shows generic progress.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: