Leadtools.Forms.Ocr Namespace > OcrZoneCell Class : RightBorderStyle Property |
public OcrCellBorderLineStyle RightBorderStyle {get; set;}
'Declaration Public Property RightBorderStyle As OcrCellBorderLineStyle
'Usage Dim instance As OcrZoneCell Dim value As OcrCellBorderLineStyle instance.RightBorderStyle = value value = instance.RightBorderStyle
public OcrCellBorderLineStyle RightBorderStyle {get; set;}
@property (nonatomic, assign) LTOcrCellBorderLineStyle rightBorderStyle;
public OcrCellBorderLineStyle getRightBorderStyle() public void setRightBorderStyle(OcrCellBorderLineStyle value)
get_RightBorderStyle();
set_RightBorderStyle(value);
Object.defineProperty('RightBorderStyle');
public: property OcrCellBorderLineStyle RightBorderStyle { OcrCellBorderLineStyle get(); void set ( OcrCellBorderLineStyle value); }