Gets or sets the desired width of the content.

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

Property Value

The desired width of the content in pixels.

See Also

HTMLPreElement Object | HTMLPreElement Members | DOM Namespace