TiDualCompass.LabelBottomMargin

TiDualCompass See Also

Specifies the margin between the bottom of the Center Display area and the top of the Bottom Label.

property LabelBottomMargin : Double;

Description

Use LabelBottomMargin to change the margin between the bottom of the Center Display area and the top of the Bottom Label. LabelBottomMargin is a value based on the height of a character in the Bottom Label. If LabelBottomMargin is set to 1.5, then the margin is 1.5 times the height of a single character displayed in the Bottom Label. The absolute pixel margin depends on the LabelBottomFont text height.

Example

Delphi

iComponent.LabelBottomMargin := 6.5;

C++ Builder

iComponent->LabelBottomMargin = 6.5;

Contents | Index | Previous | Next