TCustomRichView.RightMargin

<< Click to display table of contents >>

TCustomRichView.RightMargin

Right margin of document

property RightMargin: 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;

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.