progress Property

Summary

Gets or sets the current progress value.

Syntax
TypeScript
JavaScript
Object.defineProperty(ProgressLoading.prototype, 'progress', 
	get: function(), 
	set: function(value) 
) 
progress: number; 

Property Value

Value that indicates the current progress value.

Remarks

This value allowed range must be from 0 to TotalFrames.

To get or set the value in percentage form, refer to ProgressPercent.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly