Gets or sets the amount of white space to be inserted to the left and right of the image.

[VBScript]
Public Property Hspace As Integer
[JScript]
public function get Hspace() : int;
public function set Hspace(int);

Property Value

The amount of white space to be inserted.

See Also

HTMLImageElement Object | HTMLImageElement Members | DOM Namespace