TiAngularLogGauge.ShowLabel1

TiAngularLogGauge

Specifies whether Label1 is shown.

property ShowLabel1 : Boolean;

Description

Use ShowLabel1to specify whether Label1 is shown.

Example

Delphi

iComponent.ShowLabel1 := True;

C++ Builder

iComponent->ShowLabel1 = True;

Contents | Index | Previous | Next