Table of Contents

Enum ProgressBarStyle

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Specifies the style that a ProgressBar uses to indicate the progress of an operation.

public enum 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.

MarqueeBlocks = 2

Indicates progress by continuously scrolling a block across a ProgressBar in a marquee fashion.

MarqueeContinuous = 3

Indicates progress by continuously scrolling a block across a ProgressBar in a marquee fashion.