LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

CrosshairBrush Property






Gets or sets the brush used to draw the crosshair of this magnify glass. This is a dependency property. .NET support Silverlight support
Syntax
public Brush CrosshairBrush {get; set;}
'Declaration
 
Public Property CrosshairBrush As Brush
'Usage
 
Dim instance As MagnifyGlass
Dim value As Brush
 
instance.CrosshairBrush = value
 
value = instance.CrosshairBrush
public Brush CrosshairBrush {get; set;}
 get_CrosshairBrush();
set_CrosshairBrush(value);
public:
property Brush^ CrosshairBrush {
   Brush^ get();
   void set (    Brush^ value);
}

Property Value

The brush used to draw the crosshair of this magnify glass. Default value is a black System.Windows.Media.SolidColorBrush.
Remarks

This property value is used only if Crosshair property was set to MagnifyGlassCrosshair.Fine.

Example

For XAML example, refer to MagnifyGlass.

For C#/VB examples, refer to MagnifyGlass.

Requirements

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

See Also

Reference

MagnifyGlass Class
MagnifyGlass Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.