Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ImageViewerSpyGlassCrosshair Enumeration

Show in webframe
Specifies the crosshair type of the spy glass.
Syntax
Leadtools.Controls.ImageViewerSpyGlassCrosshair = function() { };
Leadtools.Controls.ImageViewerSpyGlassCrosshair.prototype = {
	none = 0,
	fine = 1,
	
 };
Members
ValueMemberDescription
0none None
1fine The crosshair shows with lines.
Remarks

Used as the value for the ImageViewerSpyGlassInteractiveMode.Crosshair property.

Example

For an example, refer to ImageViewerSpyGlassInteractiveMode.

See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file