LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
BorderBrush Property
See Also 
Leadtools.Windows.Controls Namespace > MagnifyGlass Class : BorderBrush Property



Gets or sets the brush used to draw the border of the magnify glass. This is a dependency property. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property BorderBrush As Brush
Visual Basic (Usage)Copy Code
Dim instance As MagnifyGlass
Dim value As Brush
 
instance.BorderBrush = value
 
value = instance.BorderBrush
C# 
public Brush BorderBrush {get; set;}
C++/CLI 
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

Example

For XAML example, refer to MagnifyGlass.

For C#/VB examples, refer to MagnifyGlass.

Remarks

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

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also