TiAngularLogGauge.PointerStyle

TiAngularLogGauge

Specifies the Pointer Style.

type TiAngularGaugePointerStyle = (iagpsArrowLine, iagpsArrow, iagpsLine, iagpsTriangle);

property PointerStyle : TiAngularGaugePointerStyle;

Description

Set PointerStyle to specify the Pointer Style.

These are the possible values:

Value
Meaning
iagpsArrowLine
Thin line starting at the arc center point to the scale with an arrow at the end.
iagpsArrow
Arrow only at the scale.
iagpsLine
Thin line only from the arc center point to the Scale.
iagpsTriangle
Triangle from the arc center point to the Scale.

Example

Delphi

iComponent.PointerStyle := iagpsTriangle;

C++ Builder

iComponent->PointerStyle = iagpsTriangle;

Contents | Index | Previous | Next