TiAngularLogGauge.PointerSize

TiAngularLogGauge

Specifies the size of the pointer.

property PointerSize : Integer;

Description

Use PointerSize to read or change the pointer size.

Example

Delphi

iComponent.PointerSize := 10;

C++ Builder

iComponent->PointerSize = 10;

Note: Has no effect if PointerStyle = iagpsLine.

Contents | Index | Previous | Next