Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CrosshairWidth Property
See Also 
Leadtools.WinForms Namespace > RasterMagnifyGlass Class : CrosshairWidth Property



Gets or sets the width of the crosshair.

Syntax

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

Return Value

The Crosshair width.

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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also