Vcl.Samples.Gauges.TGauge.ForeColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ForeColor: TColor read FForeColor write SetForeColor default clBlack;

C++

__property System::Uitypes::TColor ForeColor = {read=FForeColor, write=SetForeColor, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Samples.Gauges.pas
Vcl.Samples.Gauges.hpp
Vcl.Samples.Gauges TGauge

Description

Represents the fore color of the gauge.

For example, the fore color of the gauge in the following image is clMaroon:

Color TGauge (kind=gkNeedle).png

In case the gauge is displayed as a bar (vertical or horizontal) or as a pie, the fore color is used to paint the filled area.

See Also