←Select platform

ImageViewerSpyGlassCrosshair Enumeration

Summary

Indicates the crosshair type of the spy glass.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public enum ImageViewerSpyGlassCrosshair  
Public Enum ImageViewerSpyGlassCrosshair  
   Inherits System.Enum 
public enum ImageViewerSpyGlassCrosshair  
enum LTSpyGlassCrosshair 
public enum SpyGlassCrosshair 
Leadtools.Controls.ImageViewerSpyGlassCrosshair = function() { }; 
Leadtools.Controls.ImageViewerSpyGlassCrosshair.prototype = { 
 
  None = 0, 
    Fine = 1, 
     
 }; 

Members

ValueMemberDescription
0None

None

1Fine

The crosshair shows with lines.

Remarks

Used as the value for the ImageViewerSpyGlassInteractiveMode.Crosshair property.

The following properties are used to draw the crosshair (excluding None of course):

Member Description
ImageViewerSpyGlassInteractiveMode.CrosshairColor

The color used to draw the lines of the crosshair

ImageViewerSpyGlassInteractiveMode.CrosshairThickness

The thickness of the lines

Example

For an example, refer to ImageViewerSpyGlassInteractiveMode.

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

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

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)