Gets or sets the width of the border around the image.

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

Property Value

The width of the border around the image in pixels.

See Also

HTMLImageElement Object | HTMLImageElement Members | DOM Namespace