←Select platform

CrosshairWidth Property

Summary

Gets or sets the width of the crosshair.

Syntax

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

Property Value

The Crosshair width.

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