Click or drag to resize
ProgressBarType Enumeration
Specifies the style that a ProgressBar uses to indicate the progress of an operation.

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public enum ProgressBarType
Members
  Member nameValueDescription
Continuous0 Indicates progress by increasing the size of a smooth, continuous bar in a ProgressBar.
Blocks1 Indicates progress by increasing the number of segmented blocks in a ProgressBar.
Modern2
See Also