| Name | Description |
| AccessKey | (Inherited from System.Web.UI.WebControls.WebControl) |
| AnimationDelay | Gets or sets the delay time of the progress bar in milliseconds before doing animation. |
| AnimationOptions | Gets or sets the option parameter of the jQuery's animation. |
| CDNDependencyPaths | A string array value specifies all css/js references that wijmo control depends on. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| CDNPath | Content Delivery Network path. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| ClientIDMode | (Inherited from System.Web.UI.Control) |
| CssClass | (Inherited from System.Web.UI.WebControls.WebControl) |
| DisplayVisible | Gets or sets a value that indicates whether a server control is rendered as UI on the page. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| EnableCombinedJavaScripts | Enable JavaScripts files combined into one file. In order to combined enabled, you must register the WijmoHttpHandler in web.config. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| Enabled | Gets or sets a value indicating whether the Web server control is enabled. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| EnableTheming | (Inherited from System.Web.UI.WebControls.WebControl) |
| EnableViewState | (Inherited from System.Web.UI.Control) |
| FillDirection | Gets or sets the direction from which the progress bar will start to fill. Possible options include: East (right-to-left), West (left-to-right), North (top-to-bottom), or South (bottom-to-top). |
| Height | Overridden. Gets or sets the height of the progress bar. |
| ID | (Inherited from System.Web.UI.Control) |
| IndicatorImage | Gets or sets the URL of the image for the progress indicator. |
| IndicatorIncrement | Determines the increment, in pixels, that the indicator image moves forward. |
| LabelAlign | Gets or sets the label's alignment on the progress bar. Possible values are: East The label is aligned on the right side of the progress bar. West The label is aligned on the left side of the progress bar. Center The label is aligned in the center of the progress bar. North The label is aligned at the top of the progress bar. South The label is aligned at the bottom of the progress bar. Running The label is aligned with the edge of the progress bar. |
| LabelFormatString | The remarks need to be spaced with paragraph marks. They are currently running together: The available formats are as follows: {0} or {ProgressValue} Expresses the current progress value. {1} or {PercentProgress} Expresses the current percent of the progress bar. {2} or {RemainingProgress} Expresses the remaining progress of the progress bar. {3} or {PercentageRemaining} Expresses the remaining percent of the progress bar. {4} or {Min} Expresses the minimum value of the progress bar. {5} or {Max} Expresses the maximum value of the progress bar. |
| MaxValue | Gets or sets the maximum value of the progress bar. |
| MinValue | Gets or sets the minimum value of the progress bar. |
| OnClientBeforeProgressChanging | Fires before the progress bar changes. |
| OnClientProgressChanged | Fires when the progress bar is changed. |
| OnClientProgressChanging | Fires when the progress bar is changing. |
| SkinID | (Inherited from System.Web.UI.WebControls.WebControl) |
| StartTaskButton | Gets or sets the ID of the button that starts a server-side task. |
| StopTaskButton | Gets or sets the ID of the button that stops a server-side task. |
| TabIndex | (Inherited from System.Web.UI.WebControls.WebControl) |
| Theme | Name of the theme that will be used to style the widgets. Available embedded themes include: aristo, midnight, and ui-lightness. Note that only one theme can be used for the whole page at one time. Please make sure that all widget extenders have the same Theme value. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| ThemeSwatch | A value that indicates the theme swatch of the control, this property only works when WijmoControlMode property is Mobile. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| ToolTip | Overridden. Gets or sets the format of the tooltip for the progress bar. The available formats are as follows: {0} or {ProgressValue} Expresses the current progress value. {1} or {PercentProgress} Expresses the current percent of the progress bar. {2} or {RemainingProgress} Expresses the remaining progress of the progress bar. {3} or {PercentageRemaining} Expresses the remaining percent of the progress bar. {4} or {Min} Expresses the minimum value of the progress bar. {5} or {Max} Expresses the maximum value of the progress bar. |
| UseCDN | Determines whether the widget extender must load client resources from CDN (Content Delivery Network) path given by property CDNPath. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| ValidateRequestMode | (Inherited from System.Web.UI.Control) |
| Value | Gets or sets the value of the progress bar. |
| ViewStateMode | (Inherited from System.Web.UI.Control) |
| Width | Overridden. Gets or sets the width of the progress bar. |
| WijmoControlMode | A value that indicates mode of the control, whether it is a mobile or web control. Note that only one value can be used for the whole website or project. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| WijmoCssAdapter | Indicates the control applies the theme of JQuery UI or Bootstrap. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |