BorderWidth Property

Summary

Gets or sets the border width.

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

Property Value

Border width, in pixels, of the highlighted object.

Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly