LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

Background Property (MagnifyGlass)






Gets or sets the background used to fill the interior of this magnify glass. This is a dependency property. .NET support Silverlight support
Syntax
public Brush Background {get; set;}
'Declaration
 
Public Property Background As Brush
'Usage
 
Dim instance As MagnifyGlass
Dim value As Brush
 
instance.Background = value
 
value = instance.Background
public Brush Background {get; set;}
 get_Background();
set_Background(value);
public:
property Brush^ Background {
   Brush^ get();
   void set (    Brush^ value);
}

Property Value

A System.Windows.Media.Brush that will be used to fill the interior of the magnify glass. Default value is a white System.Windows.Media.SolidColorBrush.
Remarks

The background brush will be used to fill areas that falls ourside the boundary of the image around the edges.

Example

For XAML example, refer to MagnifyGlass.

For C#/VB examples, refer to MagnifyGlass.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MagnifyGlass Class
MagnifyGlass Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.