ImageEn, unit iexRichEdit

TIEParaAttributes.Alignment

TIEParaAttributes.Alignment

Declaration

property Alignment: TIEParaAlignment;

Description

Specify the alignment of the paragraph.

Example

// Center the current paragraph
IERichEdit1.Paragraph.Alignment := paCenter;