Table of Contents

Class HTMLHRElement

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The HTMLHRElement interface provides special properties (beyond those of the HTMLElement interface it also has available to it by inheritance) for manipulating {{HTMLElement("hr")}} elements.

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

Remarks

-The HTML element implementing this interface: hr

See also on MDN

Constructors

HTMLHRElement()

public HTMLHRElement()

Properties

Align

[Value("align")]
public string Align { get; set; }

Property Value

string

Color

[Value("color")]
public string Color { get; set; }

Property Value

string

NoShade

[Value("noShade")]
public bool NoShade { get; set; }

Property Value

bool

Size

[Value("size")]
public string Size { get; set; }

Property Value

string

Width

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

Property Value

string