(Leadtools.Controls)

ImageViewerSpyGlassShape Enumeration

Show in webframe





Indicates the shape of the ImageViewerSpyGlassInteractiveMode spy glass.
Syntax
public enum ImageViewerSpyGlassShape : System.Enum 
Public Enum ImageViewerSpyGlassShape 
   Inherits System.Enum
public enum ImageViewerSpyGlassShape : System.Enum 
enum LTSpyGlassShape
public enum SpyGlassShape
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 a round rectangle.

3Ellipse

The 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

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.