TCustomRichView.LeftMargin

<< Click to display table of contents >>

TCustomRichView.LeftMargin

Left margin of document

property LeftMargin: TRVPixelLength;

This value is measured in “standard” pixels, 1 “standard” pixel = 1/Style.UnitsPerInch of an inch. When drawing or a device (screen or printer), this value is recalculated according to the device DPI (dots per inch) value.

Left margin can be used for selecting lines with the mouse.

In TRichViewEdit, you can change this property as an editing operation, see TRichViewEdit.SetIntPropertyEd.

See also properties:

RightMargin;

TopMargin;

BottomMargin.

See also indents in paragraph style.

See also properties of TRVPrint:

Margins.

See also properties of TRVStyle:

LineSelectCursor.

See also:

Additional information about horizontal scrolling, margins, indents, etc.