TiAngularGauge.ShowOuterArcRadius

TiAngularGauge See Also

Specifies whether the OuterArcRadius is shown.

property ShowOuterArcRadius : Boolean;

Description

Use ShowOuterArcRadius to specify whether the OuterArcRadius is shown. The OuterArcRadius is equal to the ArcRadius plus the TickMajorLength.

Example

Delphi

iComponent.ShowOuterArcRadius := True;

C++ Builder

iComponent->ShowOuterArcRadius = True;

Contents | Index | Previous | Next