TRVStyle.ParaBackAroundContent

<< Click to display table of contents >>

TRVStyle.ParaBackAroundContent

Specifies how boundaries of a paragraphs' background areas are determined.

property ParaBackAroundContent: Boolean;

(introduced in version 24)

If False, the background area occupies the full available width, taking margins and indents into account.

If True, the background is drawn only around the content. This mode is used by TRVChat.

TRichView must be linked with this TRVStyle (see TRichView.Style).

If MainRVStyle is assigned, this property provides access to the corresponding property of MainRVStyle.

Default value

False