←Select platform

ImageViewerSpyGlassShape Enumeration

Summary

Indicates the shape of the ImageViewerSpyGlassInteractiveMode spy glass.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public enum ImageViewerSpyGlassShape
Public Enum ImageViewerSpyGlassShape  
   Inherits System.Enum 
public enum ImageViewerSpyGlassShape
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
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls Assembly
Click or drag to resize