Table of Contents

Interface IHTMLHRElement

Namespace
Org.W3c.Dom.Html
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLHRElement.html

public interface IHTMLHRElement : IHTMLElement, IElement, INode
Inherited Members

Properties

Align

String Align { get; set; }

Property Value

String

NoShade

bool NoShade { get; set; }

Property Value

bool

Size

String Size { get; set; }

Property Value

String

Width

String Width { get; set; }

Property Value

String