Class HTMLParagraphElement
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The HTMLParagraphElement interface provides special properties (beyond those of the regular HTMLElement object interface it inherits) for manipulating {{HTMLElement("p")}} elements.
[Value("HTMLParagraphElement")]
public class HTMLParagraphElement : HTMLElement, Region, GeometryUtils, ParentNode, NonDocumentTypeChildNode, ChildNode, Slottable, ARIAMixin, Animatable, ElementCSSInlineStyle, GlobalEventHandlers, ElementContentEditable, HTMLOrSVGElement
- Inheritance
-
HTMLParagraphElement
- Implements
- Inherited Members
Remarks
-The HTML element implementing this interface: p.
Constructors
HTMLParagraphElement()
public HTMLParagraphElement()
Properties
Align
[Value("align")]
public string Align { get; set; }