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: 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.