Represents a paragraph in .

Inheritance

Gets or sets the alignment of the paragraph.

public HorizontalTextAlignment Alignment { get; set; }

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

public FormattedText FormattedText { get; }

Gets the zero-based index of the paragraph's first character in the overall formatted text.

public int StartIndex { get; }

Gets or sets the raw string of the paragraph.

public string UnformattedString { get; set; }