TRVMarkdownDefaultItemProperties.ListMarkerIndentPix, ListLeftIndentPix

<< Click to display table of contents >>

TRVMarkdownDefaultItemProperties.ListMarkerIndentPix, ListLeftIndentPix

Indent of the list marker and list text (relative to the left indent of the previous list level)

property ListMarkerIndentPix: TRVPixel96Length;

property ListLeftIndentPix: TRVPixel96Length;

These properties are measured in pixels at 96 DPI.  They are used to calculate values of MarkerIndent and LeftIndent of list levels, as well as left indents of block quotes (if StyleTemplates are not used, or 'Quote' and 'Intense Quote' StyleTemplates do not exist; otherwise, indents specified in the StyleTemplate is used).

MarkerIndent is increased by ListMarkerIndentPix (converted to Units).

LeftIndent is increased by ListMarkerIndentPix + ListLeftIndentPix (converted to Units).

Default value:

24