Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
RasterMagnifyGlassCrosshair Enumeration
See Also  
Leadtools.WinForms Namespace : RasterMagnifyGlassCrosshair Enumeration




Represents the type of the crosshair.

Syntax

Visual Basic (Declaration) 
Public Enum RasterMagnifyGlassCrosshair 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterMagnifyGlassCrosshair
C# 
public enum RasterMagnifyGlassCrosshair : Enum 
Managed Extensions for C++ 
__value public enum RasterMagnifyGlassCrosshair : public Enum 
C++/CLI 
public enum class RasterMagnifyGlassCrosshair : public Enum 

Members

MemberDescription
None No Crosshair.
Fine The crosshair shows with with lines, the width of which are specified by CrosshairWidth property, and the color of which are specified by CrosshairColor property.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.WinForms.RasterMagnifyGlassCrosshair

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also