TRVReportShapeRepeaterVisualizer.ColorEmpty, LineColorEmpty, OpacityEmpty

<< Click to display table of contents >>

TRVReportShapeRepeaterVisualizer.ColorEmpty, LineColorEmpty, OpacityEmpty

These properties define colors and opacity for empty shapes.

property LineColorEmpty: TRVColor;
property ColorEmpty: TRVColor;
property OpacityEmpty: TRVOpacity;

Empty shapes are filled with ColorEmpty and OpacityEmpty, and outlined with LineColorEmpty (unless LineUsesFillColor = True)

Full shapes are filled with Color (fully opaque), and outlined with LineColor  (unless LineUsesFillColor = True).

Default values

ColorEmpty: rvclSilver

LineColorEmpty: rvclBlack

OpacityEmpty: 50000 (i.e. 50%)