Table of Contents

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
Inheritance
HTMLParagraphElement
Inherited Members

Remarks

-The HTML element implementing this interface: p.

See also on MDN

Constructors

HTMLParagraphElement()

public HTMLParagraphElement()

Properties

Align

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

Property Value

string