Table of Contents

Class HTMLPreElement

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The HTMLPreElement interface exposes specific properties and methods (beyond those of the HTMLElement interface it also has available to it by inheritance) for manipulating a block of preformatted text ({{HtmlElement("pre")}}).

[Value("HTMLPreElement")]
public class HTMLPreElement : HTMLElement
Inheritance
HTMLPreElement
Inherited Members

Remarks

-The HTML element implementing this interface: pre

See also on MDN

Constructors

HTMLPreElement()

public HTMLPreElement()

Properties

Width

[Value("width")]
public long Width { get; set; }

Property Value

long