TCustomRuler.IndentColor, MarginColor, RulerColor, TickColor, RulerColorPageEnd

<< Click to display table of contents >>

TCustomRuler.IndentColor, MarginColor, RulerColor, TickColor, RulerColorPageEnd

Colors of the ruler's visual elements.

property RulerColor: TColor;
property IndentColor: TColor;
property MarginColor: TColor;
property TickColor: TColor;
property RulerColorPageEnd: TColor;

RulerColor is used to paint an internal ruler area.

IndentColor is used to paint handles that change paragraph indents.

MarginColor is used to paint left and right margin areas (or top and bottom margin areas for a vertical ruler).

TickColor is used to draw ticks and tab stops.

RulerColorPageEnd is used to paint the area to the right of the editor width (or below the editor height for a vertical ruler); only if SkinType = stNoSkin.

Color is used to paint outside areas.

Default values:

RulerColor: clWindow;

IndentColor: clBtnFace;

MarginColor: clInfoBk;

TickColor: clWindowText;

RulerColorPageEnd: clBtnFace;

See also:

IndentSaturation, MarginSaturation, RulerSaturation