TiAngularLogGauge.PointerMargin
TiAngularLogGauge
Specifies the margin between the pointer and the scale.
property PointerMargin : Integer;
Description
Use PointerMargin to set the margin between the pointer and the scale. The
PointerMargin value is in pixels.
Example
Delphi
iComponent.PointerMargin := 5;
C++ Builder
iComponent->PointerMargin = 5;
Contents | Index | Previous | Next