backgroundColor Property

Summary

Color used to fill the spy glass background.

Syntax

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

Property Value

The color used to fill the spy glass background. Default value is null.

Remarks

Set this value to any color other than null to fill the background of the spy glass.

Example

For an example, refer to ImageViewerSpyGlassInteractiveMode.

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 Assembly