LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
MagnifyGlassCrosshair Enumeration
See Also  
Leadtools.Windows.Controls Namespace : MagnifyGlassCrosshair Enumeration



Represents the type of magnifying glass crosshair. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Enum MagnifyGlassCrosshair 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As MagnifyGlassCrosshair
C# 
public enum MagnifyGlassCrosshair : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class MagnifyGlassCrosshair : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
Fine

The crosshair displays as crossed lines. The thickness of each line is specified by the MagnifyGlass.CrosshairThickness property, and the color of each line specified by the MagnifyGlass.CrosshairBrush/> property

None

No Crosshair

Example

For XAML example, refer to MagnifyGlass.

For C#/VB examples, refer to MagnifyGlass.

Remarks

This enumeration is used as the value for the MagnifyGlass.Crosshair property.

Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also