TiDualCompass.CenterDisplayHeight
TiDualCompass See Also
Specifies the height of the Center Display area.
property CenterDisplayHeight : Double;
Description
Use CenterDisplayHeight to change the height of the Center Display area at the
center of the control. CenterDisplayHeight is a value based on the height of a
character in the Center Display. If CenterDisplayHeight is set to 2.5, then
the Center Display's Height is 2.5 times taller than a character displayed in
the Center Display. The absolute pixel height depends on the CenterDisplayFont text height.
Example
Delphi
iComponent.CenterDisplayHeight := 2.0;
C++ Builder
iComponent->CenterDisplayHeight = 2.0;
Contents | Index | Previous | Next