Vcl.ComCtrls.TParaAttributes.LeftIndent
Delphi
property LeftIndent: Longint read GetLeftIndent write SetLeftIndent;
C++
__property int LeftIndent = {read=GetLeftIndent, write=SetLeftIndent, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TParaAttributes |
Description
Specifies the indent, in pixels, of the paragraph relative to the left margin.
Use LeftIndent to indent a paragraph from the left margin of the entire body of text. LeftIndent is useful for making individual paragraphs stand out from the rest of the text.
Note: Adding bullets to a set of paragraphs by using the Numbering property also affects the left indentation.