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;} |
Property Value
The brush used for drawing the border of the magnify glass. Default value is a black System.Windows.Media.SolidColorBrushFor XAML example, refer to MagnifyGlass.
For C#/VB examples, refer to MagnifyGlass.
This values is used only if the Shape property is set to MagnifyGlassShape.Rectangle, MagnifyGlassShape.RoundRectangle, or MagnifyGlassShape.Ellipse.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family