Leadtools.Controls Namespace : ImageViewerSpyGlassShape Enumeration |
Leadtools.Controls.ImageViewerSpyGlassShape = function() { };
Leadtools.Controls.ImageViewerSpyGlassShape.prototype = {
none = 0,
rectangle = 1,
roundRectangle = 2,
ellipse = 3,
};
Value | Member | Description |
---|---|---|
0 | none | None |
1 | rectangle | The glass is a rectangle. |
2 | roundRectangle | The glass is round rectangle. |
3 | ellipse | The glass is an ellipse. |
Used as the value for the ImageViewerSpyGlassInteractiveMode.Shape property.
For an example, refer to ImageViewerSpyGlassInteractiveMode.