Class HTMLHeadingElement
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The HTMLHeadingElement interface represents the different heading elements, <h1> through <h6>. It inherits methods and properties from the HTMLElement interface.
[Value("HTMLHeadingElement")]
public class HTMLHeadingElement : HTMLElement
- Inheritance
-
HTMLHeadingElement
- Inherited Members
Remarks
-The Heading_Elements, <h1> to <h6>, which correspond to this interface.
Constructors
HTMLHeadingElement()
public HTMLHeadingElement()
Properties
Align
[Value("align")]
public string Align { get; set; }