public RasterColor RightBorderColor {get; set;}
'Declaration
Public Property RightBorderColor As RasterColor
'Usage
Dim instance As OcrZoneCell
Dim value As RasterColor
instance.RightBorderColor = value
value = instance.RightBorderColor
public RasterColor RightBorderColor {get; set;}
@property (nonatomic, copy, null_resettable) LTRasterColor *rightBorderColor
public RasterColor getRightBorderColor()
public void setRightBorderColor(RasterColor value)
<br/>get_RightBorderColor();<br/>set_RightBorderColor(value);<br/>Object.defineProperty('RightBorderColor');
public:
property RasterColor RightBorderColor {
RasterColor get();
void set ( RasterColor value);
}
Property Value
A
RasterColor that specifies the right border color of the cell. Default value is Black.