public LogicalLength BottomBorderWidth {get; set;}
'Declaration
Public Property BottomBorderWidth As LogicalLength
'Usage
Dim instance As OcrZoneCell
Dim value As LogicalLength
instance.BottomBorderWidth = value
value = instance.BottomBorderWidth
public LogicalLength BottomBorderWidth {get; set;}
@property (nonatomic, assign) double bottomBorderWidth;
public double getBottomBorderWidth()
public void setBottomBorderWidth(double value)
get_BottomBorderWidth();
set_BottomBorderWidth(value);
Object.defineProperty('BottomBorderWidth');
public:
property LogicalLength BottomBorderWidth {
LogicalLength get();
void set ( LogicalLength value);
}
Property Value
A
Leadtools.Forms.LogicalLength that specifies the width of the bottom border of the cell in logical (page) coordinates. Default value is 1 pixel.