Gets or sets the Background Brush of the Magnifying Glass.
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;} |
XAML Syntax | |
---|
For XAML information, see the Brush type. |
XAML Syntax | |
---|
For XAML information, see the Brush type. |
Return Value
The Background 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