TiAngularLogGauge.ArcRadius

TiAngularLogGauge

Specifies the radius of the arc scale.

property ArcRadius : Integer;

Description

Use ArcRadius to set the radius of the arc scale. The ArcRadius value is in pixels.

Example

Delphi

iComponent.ArcRadius := 60;

C++ Builder

iComponent->ArcRadius = 60;

Contents | Index | Previous | Next