RichEditTextRange.ParagraphFormat Property

Definition

Gets or sets the paragraph formatting attributes of the text range.

public:
 property ITextParagraphFormat ^ ParagraphFormat { ITextParagraphFormat ^ get(); void set(ITextParagraphFormat ^ value); };
ITextParagraphFormat ParagraphFormat();

void ParagraphFormat(ITextParagraphFormat value);
public ITextParagraphFormat ParagraphFormat { get; set; }
var iTextParagraphFormat = richEditTextRange.paragraphFormat;
richEditTextRange.paragraphFormat = iTextParagraphFormat;
Public Property ParagraphFormat As ITextParagraphFormat

Property Value

The paragraph formatting attributes.

Implements

Applies to