Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

BorderThickness Property (ImageViewerPanControl)

Show in webframe
Thickness of the line to draw outline the border of the pan rectangle.
Syntax
get_borderThickness();
set_borderThickness(value);
Object.defineProperty('borderThickness');

Property Value

TypeDescription
intThe thickness of the line used to draw outline the border of the pan rectangle. Default value is 1.
Remarks

Set the value of this property to 0 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