Vcl.Samples.Gauges.TGauge.BackColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackColor: TColor read FBackColor write SetBackColor default clWhite;

C++

__property System::Uitypes::TColor BackColor = {read=FBackColor, write=SetBackColor, default=16777215};

Properties

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

Description

Represents the back color of the gauge.

For example, the back color of the gauge in the following image is clInfoBk (yellowish) and the background color is clSkyBlue:

Color TGauge (kind=gkNeedle).png

See Also