LEADTOOLS JavaScript (Leadtools.Controls)
LEAD Technologies, Inc

ImageViewerSpyGlassShape Enumeration


Indicates the shape of the ImageViewerSpyGlassInteractiveMode spy glass.
Syntax
Leadtools.Controls.ImageViewerSpyGlassShape = function() { };
Leadtools.Controls.ImageViewerSpyGlassShape.prototype = {
none = 0, rectangle = 1, roundRectangle = 2, ellipse = 3, };
!MISSING Scrap '_RTJavaScript_Enumeration_SYNTAX'!
Members
ValueMemberDescription
0noneNone
1rectangleThe glass is a rectangle.
2roundRectangleThe glass is a round rectangle.
3ellipseThe glass is an ellipse.
Remarks

Used as the value for the ImageViewerSpyGlassInteractiveMode.Shape property.

The following properties are used to draw the shape (excluding None of course):

Member Description
ImageViewerSpyGlassInteractiveMode.Size

The size of the shape.

ImageViewerSpyGlassInteractiveMode.BackgroundColor

The color used to fill the background of the shape

ImageViewerSpyGlassInteractiveMode.BorderColor

The color used to stroke the border of the shape

ImageViewerSpyGlassInteractiveMode.BorderThickness

The thickness of the border

ImageViewerSpyGlassInteractiveMode.RoundRectangleRadius

The arc size of the rounded corners if the shape is ImageViewerSpyGlassShape.RoundRectangle

Example

For an example, refer to ImageViewerSpyGlassInteractiveMode.

See Also

Reference

Leadtools.Controls Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.