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