Gets or sets the Background Brush of the Magnifying Glass. This is a dependency property.
             
             
             
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Property Background As Brush  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As MagnifyGlass
Dim value As Brush
 
instance.Background = value
 
value = instance.Background
  | 
 
| C# |   | 
|---|
public Brush Background {get; set;} | 
 
| Managed Extensions for C++ |   | 
|---|
public: __property Brush get_Background();
public: __property void set_Background( 
   Brush value
);  | 
 
             
             
            | XAML |   | 
|---|
| For XAML information, see the Brush type. | 
| Dependency Property Information |   | 
|---|
Identifier field  | BackgroundProperty  | 
Metadata properties set to true  | AffectsRender  | 
Return Value
            The Background Brush of the Magnifying Glass border.
            
  
             
             
            
Example
For XAML example, refer to Shape.
For C#/VB examples, refer to Shape.
 
              
            
            Remarks
            
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
 
            
            
See Also