←Select platform

CrossHairs Property

Summary

Gets or sets a value indicating whether to draw the crosshairs of this magnify glass. This is a dependency property.

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

Property Value

1.0 to draw the crosshairs; otherwise, hide it. Default value is 1.0.

Example

For XAML example, refer to MagnifyGlassEffect.

For C#/VB examples, refer to MagnifyGlassEffect.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Media.Effects Assembly