Declaration
property Color: TColor;
Description
Specifies the color of the background (excluding area of the
measurement block). This is mainly used for the
grip area.
if clNone is specified (the default), it uses the background of the associated
TImageEnView.
Color showing as light gray (whereas measurement block is dark gray):
Note:
◼If a standard color, such as clBtnFace is used, it may be overridden by VCL theming colors. Set
EnableTheming to False to prevent this
◼This value is ignored if
LegacyStyle is enabled (in which case the color will be clBtnFace)
Default: clNone
Ruler Colors