Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

BorderColor Property (ImageViewerPanControl)

Show in webframe
Color used to draw outline the border of the pan rectangle.
Syntax
get_borderColor();
set_borderColor(value);
Object.defineProperty('borderColor');

Property Value

TypeDescription
stringThe color used to draw outline the border of the pan rectangle. Default value is "blue".
Remarks

Set the value of this property to null to stop the control from outlining the pan rectangle.

Example

For an example, refer to ImageViewerPanControl.

See Also

Reference

ImageViewerPanControl Object
ImageViewerPanControl Members

Error processing SSI file