Skip to the content.

PromptPlus API:ProgressBarType

Build Publish License NuGet Downloads

Back to List Api

ProgressBarType

Namespace: PPlus.Controls

Represents the Kinds Progress Bar

public enum ProgressBarType

Inheritance ObjectValueTypeEnumProgressBarType
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
Fill 0 Fill
Square 1 square
Light 2 Light
DoubleLight 3 Double Light
Heavy 4 Heavy
Bar 5 Bar
Dot 6 Dot
AsciiSingle 7 AsciiSingle
AsciiDouble 8 AsciiDouble
Char 9 Char

Back to List Api