<< Click to display table of contents >> TRVStyle.PageBreakColor |
Color of explicit (user-defined) page breaks in TRichView components.
property PageBreakColor: TRVColor;
This color is used for drawing horizontal lines (with "folded paper" icon) specifying explicit (user-defined) page breaks. You can change this drawing in OnDrawPageBreak event.
Explicit page breaks are added by assigning True to TRichView.PageBreaksBeforeItems[], or using TRichViewEdit.InsertPageBreak.
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:
See also properties:
See also events:
See also properties of TCustomRichView:
▪Options (rvoShowPageBreaks).