In This Topic
Sets the progress value.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiProgressJS(settings);
var value; // Type: any
// Parameters
var value; // Type: number
value = instance.progress(value);
function progress(
: number
) : any;
Parameters
- value
- Progress value. Valid values are from 1 to 100.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also