←Select platform

RightBorderWidth Property

Summary

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

Syntax

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

Property Value

A Int32 that specifies the width of the right 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