LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

BorderWidth Property

Show in webframe





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 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

See Also

Reference

RasterMagnifyGlass Class
RasterMagnifyGlass Members

 

 


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