progressPercent Property

Summary

Gets or sets the current progress value in percent.

Syntax

JavaScript Syntax
Object.defineProperty(ProgressLoading.prototype, 'progressPercent', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly