public LogicalLength LeftBorderWidth {get; set;}
'Declaration
Public Property LeftBorderWidth As LogicalLength
'Usage
Dim instance As OcrZoneCell
Dim value As LogicalLength
instance.LeftBorderWidth = value
value = instance.LeftBorderWidth
public LogicalLength LeftBorderWidth {get; set;}
@property (nonatomic, assign) double leftBorderWidth;
public double getLeftBorderWidth()
public void setLeftBorderWidth(double value)
get_LeftBorderWidth();
set_LeftBorderWidth(value);
Object.defineProperty('LeftBorderWidth');
public:
property LogicalLength LeftBorderWidth {
LogicalLength get();
void set ( LogicalLength value);
}
Property Value
A
Leadtools.Forms.LogicalLength that specifies the width of the left border of the cell in logical (page) coordinates. Default value is 1 pixel.