ImageEn, unit iexRichEdit

TIEParaAttributes.SpaceAfter

TIEParaAttributes.SpaceAfter

Declaration

property SpaceAfter: Longint;

Description

Specify the spacing after the paragraph in points (1/72 of an inch).

Also see: SpaceBefore

Example

// Add 1/4 inch of space after the paragraph
// const Points_Per_Inch = 72;
IERichEdit1.Paragraph.SpaceAfter := Round( 0.25 * Points_Per_Inch );