LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

Background Property (MagnifyGlass)

Show in webframe





Gets or sets the background used to fill the interior of this magnify glass. This is a dependency property.
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:
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

See Also

Reference

MagnifyGlass Class
MagnifyGlass Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.