ProgressBarType Enumeration |
Specifies the style that a ProgressBar uses to indicate the progress of an operation.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic enum ProgressBarType
Public Enumeration ProgressBarType
Members
| Member name | Value | Description |
---|
| Continuous | 0 |
Indicates progress by increasing the size of a smooth, continuous bar in a ProgressBar.
|
| Blocks | 1 |
Indicates progress by increasing the number of segmented blocks in a ProgressBar.
|
| Modern | 2 | |
See Also