LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

BorderWidth Property






Gets or sets the size of the Magnifying Glass border in pixels.
Syntax
public virtual int BorderWidth {get; set;}
'Declaration
 
Public Overridable Property BorderWidth As Integer
'Usage
 
Dim instance As RasterMagnifyGlass
Dim value As Integer
 
instance.BorderWidth = value
 
value = instance.BorderWidth
public virtual int BorderWidth {get; set;}
 get_BorderWidth();
set_BorderWidth(value);
public:
virtual property int BorderWidth {
   int get();
   void set (    int value);
}

Property Value

The width of the Magnifying Glass border in pixels.
Remarks
This values is used only if the Shape property is set to RasterMagnifyGlassShape.Rectangle, to RasterMagnifyGlassShape.RoundRectangle, or to RasterMagnifyGlassShape.Ellipse.
Example
Refer to RasterMagnifyGlass example.
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

RasterMagnifyGlass Class
RasterMagnifyGlass Members

 

 


Products | Support | Contact Us | Copyright Notices

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