TextBox Class
- Inheritance:
- TextBox
Properties
Format
Gets or sets the text box formatting.
Property Value
The text box formatting.
Paragraphs
Gets the paragraphs contained in this text box.
public TextParagraphCollection Paragraphs { get; }
Public ReadOnly Property Paragraphs As TextParagraphCollection
Property Value
The paragraphs contained in this text box.
Shape
Property Value
Methods
AddParagraph()
Adds a new paragraph to the text box.
Returns
The paragraph added to the text box.