TiDualCompass.Pointer2Height

TiDualCompass See Also

Specifies the height of Pointer #2.

property Pointer2Height : Double;

Description

Use Pointer2Height to change the height of Pointer #2. CenterDisplayHeight is a value based on the height of the visible section of the doughnut-shaped area that Pointer#2 is contained. If Pointer2Height is 0.5, then the Pointer #2's height is one half the height of that doughnut. The absolute pixel height depends on the ScaleFont text height and the ScaleLabelMargin properties.

Example

Delphi

iComponent.Pointer2Height := 0.5;

C++ Builder

iComponent->Pointer2Height = 0.5;

Contents | Index | Previous | Next