←Select platform

LeftBorderWidth Property

Summary

Gets or sets the width of the left border of the cell

Syntax

C#
VB
WinRT C#
C++
public int LeftBorderWidth {get; set;} 
Public Property LeftBorderWidth As Integer 
public int LeftBorderWidth {get; set;} 
 <br/>get_LeftBorderWidth();<br/>set_LeftBorderWidth(value);<br/>Object.defineProperty('LeftBorderWidth');  
public: 
property int LeftBorderWidth { 
   int get(); 
   void set (    int ); 
} 

Property Value

A Int32 that specifies the width of the left border of the cell in pixels. Default value is 1 pixel.

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.Forms.Ocr Assembly