←Select platform

CrosshairColor Property

Summary

Gets or sets the color of the crosshair.

Syntax

C#
VB
C++
public virtual Color CrosshairColor { get; set; } 
  
Public Overridable Property CrosshairColor As Color 
public: 
virtual property Color CrosshairColor { 
   Color get(); 
   void set (    Color ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly