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



Gets or sets the type of the crosshair.

Syntax

Visual Basic (Declaration) 
Public Overridable Property Crosshair As RasterMagnifyGlassCrosshair
Visual Basic (Usage)Copy Code
Dim instance As RasterMagnifyGlass
Dim value As RasterMagnifyGlassCrosshair
 
instance.Crosshair = value
 
value = instance.Crosshair
C# 
public virtual RasterMagnifyGlassCrosshair Crosshair {get; set;}
C++/CLI 
public:
virtual property RasterMagnifyGlassCrosshair Crosshair {
   RasterMagnifyGlassCrosshair get();
   void set (    RasterMagnifyGlassCrosshair value);
}

Property Value

The Crosshair type.

Example

Refer to RasterMagnifyGlass example.

Remarks

Using the RasterMagnifyGlass.CrosshairWidth and RasterMagnifyGlass.CrosshairColor properties depends on the value of this property.

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