TiDualCompass.CenterDisplayFont

TiDualCompass See Also

Controls the font attributes of Center Label displayed in the control.

property CenterDisplayFont : TFont;

Description

Use CenterDisplayFont to get or set the font attributes of the Center Display. To change to a new font, specify a new TFont object. To modify a font, change the value of the Color, Height, Name, Pitch, Size, or Style of the TFont object.

Example

Delphi

iComponent.CenterDisplayFont.Name := 'MS Sans Serif';

iComponent.CenterDisplayFont.Color := clBlack;

C++ Builder

iComponent->CenterDisplayFont->Name = "MS Sans Serif";

iComponent->CenterDisplayFont->Color = clBlack;

Contents | Index | Previous | Next