←Select platform

BottomBorderWidth Property

Summary

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

Syntax

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

Property Value

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