Gets or sets the height of the image.

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

Property Value

The height of the image in pixels.

See Also

HTMLImageElement Object | HTMLImageElement Members | DOM Namespace