LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

CrosshairColor Property






Gets or sets the color of the crosshair.
Syntax
public virtual Color CrosshairColor {get; set;}
'Declaration
 
Public Overridable Property CrosshairColor As Color
'Usage
 
Dim instance As RasterMagnifyGlass
Dim value As Color
 
instance.CrosshairColor = value
 
value = instance.CrosshairColor
public virtual Color CrosshairColor {get; set;}
 get_CrosshairColor();
set_CrosshairColor(value);
public:
virtual property Color CrosshairColor {
   Color get();
   void set (    Color value);
}

Property Value

The Crosshair color.
Remarks
This property value is used only if Crosshair property was set to RasterMagnifyGlassCrosshair.Fine.
Example
Refer to RasterMagnifyGlass example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterMagnifyGlass Class
RasterMagnifyGlass Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.