Class HTMLDivElement
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The HTMLDivElement interface provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating {{HtmlElement("div")}} elements.
[Value("HTMLDivElement")]
public class HTMLDivElement : HTMLElement
- Inheritance
-
HTMLDivElement
- Inherited Members
Remarks
-The HTML element implementing this interface: div.
Constructors
HTMLDivElement()
public HTMLDivElement()
Properties
Align
[Value("align")]
public string Align { get; set; }