Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ImageViewerSpyGlassShape Enumeration

Show in webframe
Specifies the shape of the ImageViewerSpyGlassInteractiveMode spy glass.
Syntax
Leadtools.Controls.ImageViewerSpyGlassShape = function() { };
Leadtools.Controls.ImageViewerSpyGlassShape.prototype = {
	none = 0,
	rectangle = 1,
	roundRectangle = 2,
	ellipse = 3,
	
 };
Members
ValueMemberDescription
0none None
1rectangle The glass is a rectangle.
2roundRectangle The glass is round rectangle.
3ellipse The glass is an ellipse.
Remarks

Used as the value for the ImageViewerSpyGlassInteractiveMode.Shape property.

Example

For an example, refer to ImageViewerSpyGlassInteractiveMode.

See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file