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) LTRasterColor* rightBorderColor;
public RasterColor getRightBorderColor()
public void setRightBorderColor(RasterColor value)
get_RightBorderColor();
set_RightBorderColor(value);
Object.defineProperty('RightBorderColor');
public:
property RasterColor RightBorderColor {
RasterColor get();
void set ( RasterColor value);
}
Property Value
A
Leadtools.RasterColor that specifies the right border color of the cell. Default value is Black.