LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterMagnifyGlassShape Enumeration
See Also  
Leadtools.WinForms Namespace : RasterMagnifyGlassShape Enumeration



Represents the shape of the Magnifying Glass.

Syntax

Visual Basic (Declaration) 
Public Enum RasterMagnifyGlassShape 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As RasterMagnifyGlassShape
C# 
public enum RasterMagnifyGlassShape : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class RasterMagnifyGlassShape : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
Border3DThe rectangular Magnifying Glass appears with a 3D border. The border style is specified in the RasterMagnifyGlass.Border3DStyle property.
EllipseThe Magnifying Glass is an Ellipse. The border color, and the border width of this ellipse region are specified by the RasterMagnifyGlass.BorderColor, and RasterMagnifyGlass.BorderWidth properties respectively.
NoneNone
RectangleThe Magnifying Glass is a Rectangle. The border color, and the border width of this rectangle are specified by the RasterMagnifyGlass.BorderColor, and RasterMagnifyGlass.BorderWidth properties respectively.
RoundRectangleThe Magnifying Glass is a Round Rectangle. The border color, the border width, and the arc size of the rounded corners of this round rectangle region are specified by the RasterMagnifyGlass.BorderColor, RasterMagnifyGlass.BorderWidth, and RasterMagnifyGlass.RoundRectangleEllipseSize properties respectively.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.WinForms.RasterMagnifyGlassShape

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also