LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Crosshair Property

Show in webframe





Gets or sets the type of the crosshair.
Syntax
public virtual RasterMagnifyGlassCrosshair Crosshair {get; set;}
'Declaration
 
Public Overridable Property Crosshair As RasterMagnifyGlassCrosshair
'Usage
 
Dim instance As RasterMagnifyGlass
Dim value As RasterMagnifyGlassCrosshair
 
instance.Crosshair = value
 
value = instance.Crosshair

            

            
public:
virtual property RasterMagnifyGlassCrosshair Crosshair {
   RasterMagnifyGlassCrosshair get();
   void set (    RasterMagnifyGlassCrosshair value);
}

Property Value

The Crosshair type.
Remarks
Using the CrosshairWidth and CrosshairColor properties depends on the value of this property.

If it set to RasterMagnifyGlassCrosshair.Fine both of them will be used.

If it set to RasterMagnifyGlassCrosshair.None none of them will be used.

Example
Refer to RasterMagnifyGlass example.
Requirements

Target Platforms

See Also

Reference

RasterMagnifyGlass Class
RasterMagnifyGlass Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.