vspace property

int get vspace

The obsolete vspace property of the HTMLImageElement interface specifies the number of pixels of empty space to leave empty on the top and bottom of the img element when laying out the page.

Implementation

external int get vspace;
set vspace (int value)

Implementation

external set vspace(int value);