ImageEn, unit rulerbox

TRulerBox.Background

TRulerBox.Background

Declaration

property Background: TColor;

Description

Specifies the color of the background (non-ruler area).
If clNone is specified then the default window color is used.

Default: clNone

Example

RulerBox1.Background := clWhite;

See Also

RulerColor