setColor Method

Summary

Sets the color of the progress bar.

Syntax

JavaScript Syntax
ProgressLoading.prototype.setColor = function(r, g, b) 
TypeScript Syntax
setColor(r: number, g: number, b: number): void; 

Parameters

r

The red value.

g

The green value.

b

The blue value.

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