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
Constructors
HTMLPreElement()
public HTMLPreElement()
Properties
Width
[Value("width")]
public long Width { get; set; }