TiDualCompass.CenterDisplayWidth

TiDualCompass See Also

Specifies the width of the Center Display area.

property CenterDisplayWidth : Double;

Description

Use CenterDisplayWidth to change the width of the Center Display area at the center of the control. CenterDisplayWidth is a value based on the width of a character in the Center Display. If CenterDisplayWidth is set to 2.5, then the Center Display's Width is 2.5 times the width of a single character displayed in the Center Display. The absolute pixel width depends on the CenterDisplayFont text width.

Example

Delphi

iComponent.CenterDisplayWidth := 6.0;

C++ Builder

iComponent->CenterDisplayWidth = 6.0;

Contents | Index | Previous | Next