ProgressBarStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the style that a ProgressBar uses to indicate the progress of an operation.
public enum class ProgressBarStyle
public enum ProgressBarStyle
type ProgressBarStyle =
Public Enum ProgressBarStyle
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Blocks | 0 | Indicates progress by increasing the number of segmented blocks in a ProgressBar. |
Continuous | 1 | Indicates progress by increasing the size of a smooth, continuous bar in a ProgressBar. |
Marquee | 2 | Indicates progress by continuously scrolling a block across a ProgressBar in a marquee fashion. |
Remarks
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.