Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
BorderWidth Property
See Also 
Leadtools.WinForms Namespace > RasterMagnifyGlass Class : BorderWidth Property




Gets and sets the size of the Magnifying Glass border in pixels.

Syntax

Visual Basic (Declaration) 
Public Overridable Property BorderWidth As Integer
Visual Basic (Usage)Copy Code
Dim instance As RasterMagnifyGlass
Dim value As Integer
 
instance.BorderWidth = value
 
value = instance.BorderWidth
C# 
public virtual int BorderWidth {get; set;}
Managed Extensions for C++ 
public: __property virtual int get_BorderWidth();
public: __property virtual void set_BorderWidth( 
   int value
);
C++/CLI 
public:
virtual property int BorderWidth {
   int get();
   void set (int value);
}

Return Value

The width of the Magnifying Glass border in pixels.

Example

Refer to RasterMagnifyGlass example.

Remarks

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also