Enum ProgressBarFormat | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

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

public enum ProgressBarFormat

Fields

Simple = 0

A simple visual presentation showing only the progress bar.

SimplePlusPercentage = 1

A simple visual presentation showing the progress bar overlaid with the percentage.

Edit this page