TiLogGauge.PointerStyle

TiLogGauge

Specifies the Pointer style.

type TiLinearGaugePointerStyle = (ilgpsPointer, ilgpsTriangle, ilgpsTLine, ilgpsColorBar);

property PointerStyle : TiLinearGaugePointerStyle;

Description

Set PointerStyle to specify the Pointer style.

These are the possible values:

Value
Meaning
ilgpsPointer
Triangle with a box and side lengths equal to PointerSize.
ilgpsTriangle
Triangle only and side lengths equal to PointerSize.
ilgpsTLine
Line running from Min to Max with a perpendicular line of length PointerSize.
ilgpsColorBar
Color Bar with a width equal to TickMajorLength.

Example

Delphi

iComponent.PointerStyle := ilgpsPointer;

C++ Builder

iComponent->PointerStyle = ilgpsPointer;

Contents | Index | Previous | Next