ProgressBarStyle Enumeration
Specifies the style that a ProgressBar uses to indicate the progress of an operation.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Blocks | Indicates progress by increasing the number of segmented blocks in a ProgressBar. | |
| Continuous | Indicates progress by increasing the size of a smooth, continuous bar in a ProgressBar. | |
| Marquee | Indicates progress by continuously scrolling a block across a ProgressBar in a marquee fashion. |
You can use the marquee style when you need to indicate progress is being made, but you cannot indicate the quantity of progress. The Marquee style is valid only when visual styles are enabled. The Continuous style is valid only when visual styles are not enabled.
Windows XP Home Edition, Windows XP Professional x64 Edition, Windows Server 2003 Platform Note: The Marquee style is supported only on these platforms.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.