Freigeben über


RichEditTextRange.ParagraphFormat Eigenschaft

Definition

Ruft die Absatzformatierungsattribute des Textbereichs ab oder legt diese fest.

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

Eigenschaftswert

Die Absatzformatierungsattribute.

Implementiert

Gilt für: