Gets or sets the width of the left border of the cell
public int LeftBorderWidth {get; set;}
'Declaration
Public Property LeftBorderWidth As Integer
'Usage
Dim instance As OcrZoneCell
Dim value As Integer
instance.LeftBorderWidth = value
value = instance.LeftBorderWidth
public int LeftBorderWidth {get; set;}
<br/>get_LeftBorderWidth();<br/>set_LeftBorderWidth(value);<br/>Object.defineProperty('LeftBorderWidth_WinRT');
public:
property int LeftBorderWidth {
int get();
void set ( int value);
}
Property Value
A
Int32 that specifies the width of the left border of the cell in pixels. Default value is 1 pixel.