TiDualCompass.ShowCenterDisplay

TiDualCompass See Also

Specifies whether the Center Display Text and Center Display Background are shown in the center of the control.

property
ShowCenterDisplay : Boolean;

Description

Use ShowCenterDisplay to specify whether the Center Display Text and Center Display Background are shown in the center of the control.

Example

Delphi

iComponent.ShowCenterDisplay := True;

C++ Builder

iComponent->ShowCenterDisplay = True;

Contents | Index | Previous | Next