<< Click to display table of contents >> TRVShape.BackgroundColor, BackgroundOpacity |
Fill color and opacity for the component.
property BackgroundColor: TRVColor;
property BackgroundOpacity: TRVOpacity;
These properties define the component background fill. For shape fill, see Color and Opacity properties.
BackgroundOpacity must be in range from 0 (transparent) to 100000 (opaque).
Opacity is used only if shapes are drawn using GDI+ (in Delphi XE2+ and optionally in Lazarus).
Default value
•BackgroundColor: rvclNone
•BackgroundOpacity: 100000 (i.e. 100%)