TCustomRichView.TopMargin

<< Click to display table of contents >>

TCustomRichView.TopMargin

Top margin of document

property TopMargin: 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.

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

See also properties:

LeftMargin;

RightMargin;

BottomMargin.

See also properties of TRVPrint:

Margins.

See also:

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