ImageEn, unit rulerbox

TRulerBox.RulerColor

TRulerBox.RulerColor

Declaration

property RulerColor: TColor;

Description

Specifies the color of the measurement block of the ruler.

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.

Default: clBtnFace

Example

RulerBox1.RulerColor := clSilver;

See Also

Ruler
Background