|
TCustomRVParaInfo.FirstIndent |
Top Previous Next |
|
Indent of the first line for paragraphs of this style, in pixels property FirstIndent: Integer; This value is measured in "screen" pixels, so when printing it's recalculated according to the printer resolution, so indents on page look like indents on screen. This value can be negative. Indent of first paragraph line from the left border = TCustomRichView.LeftMargin+LeftIndent+FirstIndent. In paragraphs with bullets or numbering, this property is overridden by FirstIndent of list level. Default value: 0 See also properties: See also properties of TRVListLevel: |