ImageViewerSpyGlassCrosshair Enumeration

Summary

Specifies the crosshair type of the spy glass.

Syntax
TypeScript
JavaScript
lt.Controls.ImageViewerSpyGlassCrosshair = { 
	none: 0, 
	fine: 1 
} 
lt.Controls.ImageViewerSpyGlassCrosshair = { 
	none: 0, 
	fine: 1 
} 

Members

0 None

(0) None

1 Fine

(1) The crosshair shows with lines.

Remarks

Used as the value for the ImageViewerSpyGlassInteractiveMode.Crosshair property.

Example

For an example, refer to ImageViewerSpyGlassInteractiveMode.

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly