visible Property

Summary

Gets or sets whether the progress bar is visible.

Syntax

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

Property Value

true to make the progress bar visible, false otherwise.

Remarks

This progress bar will be invisible if the lazy loading is activated, refer to FullDownload.

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