progressPercent Property

Summary

Gets or sets the current progress value in percent.

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

Property Value

Value that indicates the current progress in percent.

Remarks

This value allowed range must be from 0 to 100.

To get or set the value in frame count form, refer to Progress.

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