The TextBox type exposes the following members.

Methods

  NameDescription
Public methodAddParagraph
Add new paragraph of a text.
Public methodAddParagraphs
Add new paragraphs to a text box.
Public methodClearText
Clear all text in a text box and removes all paragraphs.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyBottomMargin
Gets or sets bottom margin in a text box.
Public propertyHasText
Gets whether a text box contains paragraphs.
Public propertyLeftMargin
Gets or sets left margin in a text box.
Public propertyParagraphs
Gets list of all paragraphs in a text box.
Public propertyRightMargin
Gets or sets right margin in a text box.
Public propertyTextRotationType
Gets or sets type of a text rotation in a text box.
Public propertyTopMargin
Gets or sets top margin in a text box.
Public propertyVerticalAlignment
Gets or sets vertical text alignment in a text box.
Public propertyWrapText
Gets or sets whether a long text should be wrapped in a text box.

See Also