Gets or sets the type of the crosshair used in this magnify glass. This is a dependency property.
public MagnifyGlassCrosshair Crosshair { get; set; }
Public Property Crosshair As Leadtools.Windows.Controls.MagnifyGlassCrosshair
public:
property Leadtools.Windows.Controls.MagnifyGlassCrosshair Crosshair {
Leadtools.Windows.Controls.MagnifyGlassCrosshair get();
void set ( Leadtools.Windows.Controls.MagnifyGlassCrosshair );
}
The crosshair type used in this magnify glass. Default value is MagnifyGlassCrosshair.Fine.
Using the CrosshairThickness and CrosshairBrush properties depends on the value of this property.
If it set to MagnifyGlassCrosshair.Fine both of them will be used.
if it set to MagnifyGlassCrosshair.None none of them will be used.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET