This documentation is archived and is not being maintained.
ProgressBar::IsIndeterminate Property
Visual Studio 2010
Gets or sets whether the ProgressBar shows actual values or generic, continuous progress feedback.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
<object IsIndeterminate="bool" .../>
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.
The following example sets the IsIndeterminate property to true to create a ProgressBar that shows generic progress.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: