Interface IHTMLBRElement
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLBRElement.html
public interface IHTMLBRElement : IHTMLElement, IElement, INode
- Inherited Members
Properties
Clear
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLBRElement.html#getClear-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLBRElement.html#setClear-java.lang.String-
String Clear { get; set; }