public int RightBorderWidth {get; set;}
'Declaration
Public Property RightBorderWidth As Integer
'Usage
Dim instance As OcrZoneCell
Dim value As Integer
instance.RightBorderWidth = value
value = instance.RightBorderWidth
public int RightBorderWidth {get; set;}
get_RightBorderWidth();
set_RightBorderWidth(value);
Object.defineProperty('RightBorderWidth_WinRT');
public:
property int RightBorderWidth {
int get();
void set ( int value);
}
Property Value
A
System.Int32 that specifies the width of the right border of the cell in pixels. Default value is 1 pixel.