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

BorderBrush Property






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

Property Value

The brush used for drawing the border of the magnify glass. Default value is a black System.Windows.Media.SolidColorBrush
Remarks

This values is used only if the Shape property is set to MagnifyGlassShape.Rectangle, MagnifyGlassShape.RoundRectangle, or MagnifyGlassShape.Ellipse.

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.