<< Click to display table of contents >> TRVReportCustomShapeVisualizer.Gradient |
Specifies whether shapes are painted using a linear gradient fill.
property Gradient: Boolean;
If False, shapes are filled with Color.
If True, shapes are filled with a gradient from Color (at bottom) to a twice lighter color (at top).
VCL and LCL: Gradient is used only if visualizers are drawn using GDI+ (in Delphi XE2+ and optionally in Lazarus).
Default value
True