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, };
Value | Member | Description |
---|---|---|
0 | None |
None |
1 | Rectangle |
The glass is a rectangle. |
2 | RoundRectangle |
The glass is a round rectangle. |
3 | Ellipse |
The glass is an ellipse. |
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 |