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

CrosshairThickness Property






Gets or sets the width of the crosshair of this magnify glass in pixels. This is a dependency property. .NET support Silverlight support
Syntax
public double CrosshairThickness {get; set;}
'Declaration
 
Public Property CrosshairThickness As Double
'Usage
 
Dim instance As MagnifyGlass
Dim value As Double
 
instance.CrosshairThickness = value
 
value = instance.CrosshairThickness
public double CrosshairThickness {get; set;}
 get_CrosshairThickness();
set_CrosshairThickness(value);
public:
property double CrosshairThickness {
   double get();
   void set (    double value);
}

Property Value

The width of the crosshair of this magnify glass in pixels. Default value is 1.0.
Remarks

This property value is used only if Crosshair property was set to MagnifyGlassCrosshair.Fine.

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.