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



Gets or sets the width of the crosshair of this magnify glass in pixels. This is a dependency property. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property CrosshairThickness As Double
Visual Basic (Usage)Copy Code
Dim instance As MagnifyGlass
Dim value As Double
 
instance.CrosshairThickness = value
 
value = instance.CrosshairThickness
C# 
public double CrosshairThickness {get; set;}
C++/CLI 
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.

Example

For XAML example, refer to MagnifyGlass.

For C#/VB examples, refer to MagnifyGlass.

Remarks

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

Requirements

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

See Also