TextArea Constructors
Allows you to access and manipulate text.| Name | Parameters | Description |
|---|---|---|
| TextArea() | none | Initializes a new instance of the TextArea class. |
| TextArea(String, ParagraphProperties) | text, paragraphProperties | Initializes a new instance of the TextArea class with specified settings. |
| TextArea(String) | text | Initializes a new instance of the TextArea class with specified settings. |
See Also