Table of Contents

Enum ProgressBarFormat

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Specifies the format that a ProgressBar uses to indicate the visual presentation.

public enum ProgressBarFormat

Fields

Framed = 2

A framed visual presentation showing only the progress bar.

FramedPlusPercentage = 3

A framed visual presentation showing the progress bar and the percentage.

FramedProgressPadded = 4

A framed visual presentation showing all with the progress bar padded.

Simple = 0

A simple visual presentation showing only the progress bar.

SimplePlusPercentage = 1

A simple visual presentation showing the progress bar and the percentage.