foreColor Property

Summary

Gets or sets the fore color.

Syntax

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

Property Value

Character string that represents the fore color, which will be the color of the overlay text.

Remarks

To set the background color, refer to BackColor.

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