| ImageEn, unit iexRichEdit |
|
TIEParaAttributes.RightIndent
Declaration
property RightIndent: Longint;
Description
Specify the right margin of the paragraph in points (1/72 of an inch).
Example
// Specify a right margin for the current paragraph of 1 inch
// const Points_Per_Inch = 72;
IERichEdit1.Paragraph.RightIndent := 1 * Points_Per_Inch;
See Also
◼LeftIndent
◼FirstIndent