TiAngularGauge.ShowLabel2

TiAngularGauge See Also

Specifies whether Label2 is shown.

property ShowLabel2 : Boolean;

Description

Use ShowLabel2 to specify whether Label2 is shown.

Example

Delphi

iComponent.ShowLabel2 := True;

C++ Builder

iComponent->ShowLabel2 = True;

Contents | Index | Previous | Next