ImageViewerSpyGlassShape Enumeration

Summary

Specifies the shape of the ImageViewerSpyGlassInteractiveMode spy glass.

Syntax
TypeScript
JavaScript
lt.Controls.ImageViewerSpyGlassShape = { 
	none: 0, 
	rectangle: 1, 
	roundRectangle: 2, 
	ellipse: 3 
} 
lt.Controls.ImageViewerSpyGlassShape = { 
	none: 0, 
	rectangle: 1, 
	roundRectangle: 2, 
	ellipse: 3 
} 

Members

0 None

(0) None

1 Rectangle

(1) The glass is a rectangle.

2 RoundRectangle

(2) The glass is round rectangle.

3 Ellipse

(3) The glass is an ellipse.

Remarks

Used as the value for the ImageViewerSpyGlassInteractiveMode.Shape property.

Example

For an example, refer to ImageViewerSpyGlassInteractiveMode.

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly