TiLedRectangle.ShowReflection

TiLedRectangle

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

property ShowReflection : Boolean;

Description

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

Example

Delphi

iComponent.ShowReflection := True;

C++ Builder

iComponent->ShowReflection = True;

Contents | Index | Previous | Next