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