Error processing SSI file
LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)

Show in webframe

CrossHairs Property






Gets or sets a value indicating whether to draw the crosshairs of this magnify glass. This is a dependency property.
Syntax
public double CrossHairs {get; set;}
'Declaration
 
Public Property CrossHairs As Double
'Usage
 
Dim instance As MagnifyGlassEffect
Dim value As Double
 
instance.CrossHairs = value
 
value = instance.CrossHairs

            

            
public:
property double CrossHairs {
   double get();
   void set (    double value);
}

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

See Also

Reference

MagnifyGlassEffect Class
MagnifyGlassEffect Members

Error processing SSI file