HTMLTextAreaElement
sealed class HTMLTextAreaElement : HTMLTextFormControlElement, IHtmlTextAreaElement, IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IValidation
Represents a HTML textarea element.
An enumeration with possible wrap types.
Gets or sets the cols HTML attribute, indicating
the visible width of the text area.
Gets or sets the rows HTML attribute, indicating
the number of visible text lines for the control.
Gets the codepoint length of the control's value.
Gets the type of input control (texarea).
Gets or sets the wrap HTML attribute, indicating how the control wraps text.
public HTMLTextAreaElement()
Creates a new HTML textarea element.