Gets or sets the amount of white space to be inserted above and below the image.

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

Property Value

The amount of white space to be inserted.

See Also

HTMLImageElement Object | HTMLImageElement Members | DOM Namespace