TiLedMatrix.IndicatorShowReflection

TiLedMatrix

Specifies whether the 3D reflection is shown in the upper-left corner of the indicator.

property IndicatorShowReflection : Boolean;

Description

Use IndicatorShowReflection to specify whether the 3D reflection is shown in the upper-left corner of the indicator.

Example

Delphi

iComponent.IndicatorShowReflection := True;

C++ Builder

iComponent->IndicatorShowReflection = True;

Contents | Index | Previous | Next