Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

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

Error processing SSI file