Interface IHTMLPreElement
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLPreElement.html
public interface IHTMLPreElement : IHTMLElement, IElement, INode
- Inherited Members
Properties
Width
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLPreElement.html#getWidth-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLPreElement.html#setWidth-int-
int Width { get; set; }