TiSwitchRocker.IndicatorActiveColor

TiSwitchRocker

Specifies the active color of the Led indicator.

property IndicatorActiveColor : TColor;

Description

Use IndicatorActiveColor to get or set the active color of the Led indicator. The inactive color is automatically calculated.

Example

Delphi

iComponent.IndicatorActiveColor := clLime;

C++ Builder

iComponent->IndicatorActiveColor = clLime;

Contents | Index | Previous | Next