←Select platform

BorderWidth Property

Summary

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

Syntax

C#
VB
C++
public virtual int BorderWidth { get; set; } 
  
Public Overridable Property BorderWidth As Integer 
public: 
virtual property int BorderWidth { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly