←Select platform

CrosshairThickness Property

Summary

Gets or sets the width of the crosshair of this magnify glass in pixels. This is a dependency property.

Syntax

C#
VB
C++
public double CrosshairThickness { get; set; } 
  
Public Property CrosshairThickness As Double 
public: 
property double CrosshairThickness { 
   double get(); 
   void set (    double ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Controls Assembly