TiLedRectangle.CenterLabelFontActiveColor

TiLedRectangle See Also

Specifies the color of the label text centered in the control when the indicator is active.

property CenterLabelFontActiveColor : TColor;

Description

Use CenterLabelFontActiveColor to get or set the color of the label text centered in the control when the indicator is active.

Example

Delphi

iComponent.CenterLabelFontActiveColor := clBlack;

C++ Builder

iComponent->CenterLabelFontActiveColor = clBlack;

Contents | Index | Previous | Next