LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

Crosshair Property






Gets or sets the type of the crosshair used in this magnify glass. This is a dependency property. .NET support Silverlight support
Syntax
public MagnifyGlassCrosshair Crosshair {get; set;}
'Declaration
 
Public Property Crosshair As MagnifyGlassCrosshair
'Usage
 
Dim instance As MagnifyGlass
Dim value As MagnifyGlassCrosshair
 
instance.Crosshair = value
 
value = instance.Crosshair
public MagnifyGlassCrosshair Crosshair {get; set;}
 get_Crosshair();
set_Crosshair(value);
public:
property MagnifyGlassCrosshair Crosshair {
   MagnifyGlassCrosshair get();
   void set (    MagnifyGlassCrosshair value);
}

Property Value

The crosshair type used in this magnify glass. Default value is MagnifyGlassCrosshair.Fine.
Remarks

Using the CrosshairThickness and CrosshairBrush properties depends on the value of this property.

Example

For XAML example, refer to MagnifyGlass.

For C#/VB examples, refer to MagnifyGlass.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MagnifyGlass Class
MagnifyGlass Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.