TiLedRectangle.CenterLabelFontInactiveColor
TiLedRectangle See Also
Specifies the color of the label text centered in the control when the
indicator is inactive.
property CenterLabelFontInactiveColor : TColor;
Description
Use CenterLabelFontInactiveColor to get or set the color of the label text
centered in the control when the indicator is inactive.
Example
Delphi
iComponent.CenterLabelFontInactiveColor := clWhite;
C++ Builder
iComponent->CenterLabelFontInactiveColor = clWhite;
Contents | Index | Previous | Next