<< Click to display table of contents >> TRVReportCustomShapeVisualizer.LineUsesFillColor |
Specifies how shapes are outlined.
property LineUsesFillColor: Boolean;
If LineUsesFillColor = False:
Shapes are with LineColor.
If LineUsesFillColor = True:
If the corresponding fill color is equal to rvclNone, LineColor is used. Otherwise, if Gradient = True, shapes are outlined with Color; if Gradient = False, they are outlined with twice darker colors.
Default value
True