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

BorderThickness Property

Show in webframe





Gets or sets the size of the magnify glass border in pixels. This is a dependency property.
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:
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

See Also

Reference

MagnifyGlass Class
MagnifyGlass Members

 

 


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