TiLinearGauge.PointerOffSet

TiLinearGauge See Also

Specifies the offset between the Pointer and the Ticks' Axis.

property PointerOffSet : Integer;

Description

Use PointerOffset to set the offset between the Pointer and the Ticks' Axis. The PointerOffSet value is in pixels.

Example

Delphi

iComponent.PointerOffSet := 5;

C++ Builder

iComponent->PointerOffSet = 5;

Contents | Index | Previous | Next