progress Property

Summary

Gets the loading progress information.

Syntax

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

Property Value

ProgressLoading that represents the class that contains the progress information.

Remarks

The progress shows how many frames "previews" are loaded.

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