Gets or sets the Brush of the Magnifying Glass border.
             
             
             
            
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;} | 
 
             
             
            | XAML Syntax |   | 
|---|
| For XAML information, see the Brush type. | 
| XAML Syntax |   | 
|---|
| For XAML information, see the Brush type. | 
Return Value
            The Brush of the Magnifying Glass border.
            
  
             
             
             
             
            
            Remarks
            
Requirements
Target Platforms: Microsoft .NET Framework 3.0,  Windows XP, Windows Server 2003 family, Windows Server 2008 family
 
            
            
See Also