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



Gets or sets the color of the crosshair.

Syntax

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

Property Value

The Crosshair color.

Example

Refer to RasterMagnifyGlass example.

Remarks

This property value is used only if Crosshair property was set to RasterMagnifyGlassCrosshair.Fine.

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