The following tables lists the WijProgressBar extender's server-side properties and the client-side options for the wijprogressbar widget. Please visit http://wijmo.com/wiki/index.php/ProgressBar to view the full client-side documentation for the widget.
Server-Side Property |
Client-Side Option |
Description |
AnimationDelay |
animationDelay |
Gets or sets the delay time of the progress bar's animation in milliseconds. The default value of this option is "0". |
AnimationOptions |
animationOptions |
The options parameter of the jQuery's animation. |
FillDirection |
fillDirection |
The fill direction of the progress bar. The value should be "east","west","south" or "north". |
IndicatorImage |
indicatorImage |
The URL of the image's indicator. |
IndicatorIncrement |
indicatorIncrement |
The increment of the progress bar's indicator. |
LabelAlign |
labelAlign |
The label's alignment on the progress bar. The value should be "west","east","center","north","south", or "running". |
LabelFormatString |
labelFormatString |
Sets the format of the label text. |
MaxValue |
maxValue |
The max value of the progress bar. The type should be numeric. |
MinValue |
minValue |
The minimum value of the progress bar. The type should be numeric. |
Value |
value |
The value of the progressbar. |