Vcl.ComCtrls.TProgressBar.BackgroundColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackgroundColor: TColor read FBackgroundColor write SetBackgroundColor default clDefault;

C++

__property System::Uitypes::TColor BackgroundColor = {read=FBackgroundColor, write=SetBackgroundColor, default=536870912};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TProgressBar

Description

Sets and gets the color of the background of the progress bar.

Use BackgroundColor to set and get the color of the background of the progress bar.