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
Constructors
HTMLHRElement()
public HTMLHRElement()
Properties
Align
[Value("align")]
public string Align { get; set; }
Property Value
Color
[Value("color")]
public string Color { get; set; }
Property Value
NoShade
[Value("noShade")]
public bool NoShade { get; set; }
Property Value
Size
[Value("size")]
public string Size { get; set; }
Property Value
Width
[Value("width")]
public string Width { get; set; }