Version

Search Results

RemoveAt Method (FormattedTextParagraphCollection)

Removes the paragraph at the specified zero-based index in the collection. Syntax Parameters index The zero-based index of the paragraph to remove. Exceptions Exception Description System.ArgumentOutOfRangeException index is less than zero or greater than or equal to the number of paragraphs in the collection.

Alignment Property (FormattedTextParagraph)

Gets or sets the alignment of the paragraph. Syntax

FormattedText Property (FormattedTextParagraph)

Gets the owning FormattedText to which the paragraph belongs or null if the paragraph has been removed from its owning formatted text. Syntax

StartIndex Property (FormattedTextParagraph)

Gets the zero-based index of the paragraphs first character in the overall formatted text. Syntax

UnformattedString Property (FormattedTextParagraph)

Gets or sets the raw string of the paragraph. Syntax Property Value The unformatted string. Exceptions Exception Description System.ArgumentNullException The value assigned is a null string. Remarks If the new unformatted string assigned is shorter than the previous unformatted string, all formatting outside the r...

FormattedText Class Members

Public Constructors Public Properties Public Methods

FormattedText Class Properties

Public Properties