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) CGFloat topBorderWidth
public double getTopBorderWidth()
public void setTopBorderWidth(double value)
<br/>get_TopBorderWidth();<br/>set_TopBorderWidth(value);<br/>Object.defineProperty('TopBorderWidth');
public:
property LogicalLength TopBorderWidth {
LogicalLength get();
void set ( LogicalLength value);
}
Property Value
A
LogicalLength that specifies the width of the top border of the cell in logical (page) coordinates. Default value is 1 pixel.