The following tables list the members exposed by WebProgressBar.
Name | Description | |
---|---|---|
WebProgressBar Constructor |
Name | Description | |
---|---|---|
animationDuration | Returns the length in milliseconds of the animations. | |
animationThreshold | Returns the minimum value change that will result in an animation | |
animationType | Returns the animation equation used. | |
fillDirection | Returns the direction that the bar fills | |
fillMode | Returns mode of fill | |
formattedLabel | Returns the formatted label string with the current values inserted | |
formattedTooltip | Returns the formatted tooltip string with the current values inserted | |
height | Returns the height of the control in pixels | |
labelAlignment | Returns the LabelAlignment property of the control. | |
labelFormat | Returns the LabelFormatString of the control. | |
maximum | Returns Maximum property of the control | |
minimum | Returns Minimum property of the control | |
orientation | Gets Orientation of the control | |
progressValue | Gets the Value property of the control. | |
remainingValue | Returns the unfilled value, either as a percentage (if percent is true) or as a quantity | |
snapInterval | Gets the SnapInterval property of the control. | |
width | Returns the width of the control in pixels |
Name | Description | |
---|---|---|
dispose | Disposes of this WebProgressBar instance | |
find | Finds WebProgressBar by its client ID. | |
from | Casts passed in object to the WebProgressBar type. | |
initialize | ||
isAnimating | Returns true if the animation is currently running. | |
reset_progressValue | Resets the Value property of the control and then calls _snapToInterval to start the control update process. |