ProgressBarStyle Enum

Definition

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
ProgressBarStyle

Fields

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.

Applies to

See also