Leadtools.Windows.Controls Namespace > MagnifyGlass Class : Crosshair Property |
public MagnifyGlassCrosshair Crosshair {get; set;}
'Declaration Public Property Crosshair As MagnifyGlassCrosshair
'Usage Dim instance As MagnifyGlass Dim value As MagnifyGlassCrosshair instance.Crosshair = value value = instance.Crosshair
public MagnifyGlassCrosshair Crosshair {get; set;}
get_Crosshair();
set_Crosshair(value);
public: property MagnifyGlassCrosshair Crosshair { MagnifyGlassCrosshair get(); void set ( MagnifyGlassCrosshair value); }
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.
For XAML example, refer to MagnifyGlass.
For C#/VB examples, refer to MagnifyGlass.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2