TiDualCompass.CenterDisplayPosition

TiDualCompass See Also

Specifies the current value represented by the Center Display.

property CenterDisplayPosition : Double;

Description

Use CenterDisplayPosition to get or set the value represented by the Center Display. CenterDisplayPosition can be positive or negative floating point values.

Example

Delphi

iComponent.CenterDisplayPosition := 90.2;

C++ Builder

iComponent->CenterDisplayPosition = 90.2;

Contents | Index | Previous | Next