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, refer to SubCell.backColor

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.