public LogicalLength RightBorderWidth {get; set;}
'Declaration
Public Property RightBorderWidth As LogicalLength
'Usage
Dim instance As OcrZoneCell
Dim value As LogicalLength
instance.RightBorderWidth = value
value = instance.RightBorderWidth
public LogicalLength RightBorderWidth {get; set;}
@property (nonatomic, assign) CGFloat rightBorderWidth
public double getRightBorderWidth()
public void setRightBorderWidth(double value)
<br/>get_RightBorderWidth();<br/>set_RightBorderWidth(value);<br/>Object.defineProperty('RightBorderWidth');
public:
property LogicalLength RightBorderWidth {
LogicalLength get();
void set ( LogicalLength value);
}
Property Value
A
LogicalLength that specifies the width of the right border of the cell in logical (page) coordinates. Default value is 1 pixel.