CrossHairs Property
Summary
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; }
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.