<< Click to display table of contents >> TRVStyle.SoftPageBreakColor |
Color of soft page breaks in TRichView components.
property PageBreakColor: TRVColor;
This color is used for drawing horizontal lines (with "folded paper" icon) specifying soft (automatic) page breaks. You can change this drawing in OnDrawPageBreak event.
TRichView must be linked with this TRVStyle (see TRichView.Style). Soft page breaks displaying is turned on by TRichView.AssignPageBreaks.
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).