TiAngularGauge.ShowInnerArcRadius
TiAngularGauge See Also
Specifies whether the InnerArcRadius is shown.
property ShowInnerArcRadius : Boolean;
Description
Use ShowInnerArcRadius to specify whether the InnerArcRadius is shown. The
InnerArcRadius is equal to the ArcRadius.
Example
Delphi
iComponent.ShowInnerArcRadius := True;
C++ Builder
iComponent->ShowInnerArcRadius = True;
Contents | Index | Previous | Next