hspace property

int get hspace

The obsolete hspace property of the HTMLImageElement interface specifies the number of pixels of empty space to leave empty on the left and right sides of the img element when laying out the page.

This property reflects the hspace attribute.

Implementation

external int get hspace;
set hspace (int value)

Implementation

external set hspace(int value);