Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

InsideColor Property

Show in webframe
Color used to fill the area inside the pan rectangle.
Syntax
get_insideColor();
set_insideColor(value);
Object.defineProperty('insideColor');

Property Value

TypeDescription
stringThe color used to fill the area inside 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.

See Also

Reference

ImageViewerPanControl Object
ImageViewerPanControl Members

Error processing SSI file