outsideColor Property

Summary

Color used to fill the area outside the pan rectangle.

Syntax

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

Property Value

The color used to fill the area outside the pan rectangle. Default value is null.

Remarks

Set the value of this property to any color to fill the area inside the pan rectangle. A nice effect is to use an rgba color with an alpha less than 1.

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