Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

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 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

See Also

Reference

RasterMagnifyGlass Class
RasterMagnifyGlass Members

Error processing SSI file