TiDualCompass.LabelTopMargin
TiDualCompass See Also
Specifies the margin between the top of the Center Display area and the bottom
of the Top Label.
property LabelTopMargin : Double;
Description
Use LabelTopMargin to change the margin between the top of the Center Display
area and the bottom of the Top Label. LabelTopMargin is a value based on the
height of a character in the Top Label. If LabelTopMargin is set to 1.5, then
the margin is 1.5 times the height of a single character displayed in the Top
Label. The absolute pixel margin depends on the LabelTopFont text height.
Example
Delphi
iComponent.LabelTopMargin := 6.5;
C++ Builder
iComponent->LabelTopMargin = 6.5;
Contents | Index | Previous | Next