TiCompass.ShowDirectionDisplay

TiCompass See Also

Specifies whether the direction display text is shown in the center of the control.

property ShowDirectionDisplay : Boolean;

Description

Use ShowDirectionDisplay to specify whether the direction display text is shown in the center of the control.

Example

Delphi

iComponent.ShowDirectionDisplay := True;

C++ Builder

iComponent->ShowDirectionDisplay = True;

Contents | Index | Previous | Next