TiDualCompass.InnerColor

TiDualCompass See Also

Specifies the background color in the circular-shaped area behind the 2 Labels and Center Display.

property InnerColor : TColor;

Description

Use InnerColor to get or set the background color in the circular-shaped area behind the LabelBottomText, LabelTopText, and CenterDisplayPosition values.

Example

Delphi

iComponent.InnerColor := clNavy;

C++ Builder

iComponent->InnerColor = clNavy;

Contents | Index | Previous | Next