ImageEn, unit iexRulers

TIEViewRulerParams.Color

TIEViewRulerParams.Color


Declaration

property Color: TColor;


Description

Specifies the color of the background (excluding area of the measurement block).
if clNone is specified (the default), it uses the background of the associate ImageEnView

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


See Also

MeasureColor