hspace property
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;
Implementation
external set hspace(int value);