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

BorderThickness Property






Gets or sets the size of the magnify glass border in pixels. This is a dependency property. .NET support Silverlight support
Syntax
public double BorderThickness {get; set;}
'Declaration
 
Public Property BorderThickness As Double
'Usage
 
Dim instance As MagnifyGlass
Dim value As Double
 
instance.BorderThickness = value
 
value = instance.BorderThickness
public double BorderThickness {get; set;}
 get_BorderThickness();
set_BorderThickness(value);
public:
property double BorderThickness {
   double get();
   void set (    double value);
}

Property Value

The width of the magnify glass border in pixels. Default value is 1.0
Remarks

This values is used only if the Shape property is set to MagnifyGlassShape.Rectangle, MagnifyGlassShape.RoundRectangle, or MagnifyGlassShape.Ellipse.

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.