Specifies the style that a ProgressBar uses to indicate the progress of an operation.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public enum ProgressBarType |
Visual Basic |
---|
Public Enumeration ProgressBarType |
Visual C++ |
---|
public enum class ProgressBarType |
Members
Member name | Value | Description | |
---|---|---|---|
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. |