BackgroundColor Property

Summary

Gets or sets the value that represents the viewer background color.

Syntax
TypeScript
JavaScript
Object.defineProperty(MedicalViewer.prototype, 'backgroundColor', 
	get: function(), 
	set: function(value) 
) 
backgroundColor: string; 

Property Value

string value that represents the viewer background color.

Remarks

you can set the value in mulitple way, either by specifing a color name e.g. "red", or using a hexdecimal respresentation of the color "#00FFFF", or by using rgba "rgba(255, 0, 0, 0.4)"

to get or set the back color of the cell itself, please refer to SubCell.backColor

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