Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.25
CrosshairThickness Property
See Also 
Leadtools.Windows.Controls Namespace > MagnifyGlass Class : CrosshairThickness Property





Gets or sets the thickness of the crosshair. This is a dependency property.

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;}
Managed Extensions for C++ 
public: __property double get_CrosshairThickness();
public: __property void set_CrosshairThickness( 
   double value
);
C++/CLI 
public:
property double CrosshairThickness {
   double get();
   void set (double value);
}
XAML Attributes Usage 

<object CrosshairThickness=double .../>

Dependency Property Information 

Identifier field

CrosshairThicknessProperty

Metadata properties set to true

AffectsRender

Return Value

The Crosshair thickness.

Example

For XAML example, refer to Shape.

For C#/VB examples, refer to Shape.

Remarks

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

Requirements

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

See Also