Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
MagnifyGlassCrosshair Enumeration
See Also  
Leadtools.Windows.Controls Namespace : MagnifyGlassCrosshair Enumeration





Represents the type of the crosshair.

Syntax

Visual Basic (Declaration) 
Public Enum MagnifyGlassCrosshair 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As MagnifyGlassCrosshair
C# 
public enum MagnifyGlassCrosshair : Enum 
C++/CLI 
public enum class MagnifyGlassCrosshair : public Enum 
XAML Attributes Usage 

<object Crosshair=Leadtools.Windows.Controls.MagnifyGlassCrosshair .../>

XAML Attributes Usage 

<object Crosshair=Leadtools.Windows.Controls.MagnifyGlassCrosshair .../>

Members

MemberDescription
None No Crosshair.
Fine The crosshair displays with lines, the thickness of which are specified by the MagnifyGlass.CrosshairThickness property, and the brush of which are specified by the MagnifyGlass.CrosshairBrush property.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Controls.MagnifyGlassCrosshair

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also