public LogicalLength TopBorderWidth {get; set;}
'Declaration
Public Property TopBorderWidth As LogicalLength
'Usage
Dim instance As OcrZoneCell
Dim value As LogicalLength
instance.TopBorderWidth = value
value = instance.TopBorderWidth
public LogicalLength TopBorderWidth {get; set;}
@property (nonatomic, assign) double topBorderWidth;
public double getTopBorderWidth()
public void setTopBorderWidth(double value)
get_TopBorderWidth();
set_TopBorderWidth(value);
Object.defineProperty('TopBorderWidth');
public:
property LogicalLength TopBorderWidth {
LogicalLength get();
void set ( LogicalLength value);
}
Property Value
A
Leadtools.Forms.LogicalLength that specifies the width of the top border of the cell in logical (page) coordinates. Default value is 1 pixel.