←Select platform

Background Property

Summary

Gets or sets the background used to fill the interior of this magnify glass. This is a dependency property.

Syntax

C#
VB
C++
public Brush Background { get; set; } 
  
Public Property Background As Brush 
public: 
property Brush^ Background { 
   Brush^ get(); 
   void set (    Brush^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Controls Assembly