TiDualCompass.CenterDisplayBackGroundColor

TiDualCompass See Also

Specifies the background color of the center display.

property CenterDisplayBackGroundColor : TColor;

Description

Use CenterDisplayBackgroundColor to read or change the background color of the center display.

Example

Delphi

iComponent.CenterDisplayBackGroundColor := clBtnFace;

C++ Builder

iComponent->CenterDisplayBackGroundColor = clBtnFace;

Contents | Index | Previous | Next