TiDualCompass.LabelBottomFont
TiDualCompass See Also
Controls the font attributes of the Bottom Label displayed in the center,
circular-shaped area of the control.
property LabelBottomFont : TFont;
Description
Use LabelBottomFont to get or set the font attributes of the Bottom Label. 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.LabelBottomFont.Name := 'MS Sans Serif';
iComponent.LabelBottomFont.Color := clBlack;
C++ Builder
iComponent->LabelBottomFont->Name = "MS Sans Serif";
iComponent->LabelBottomFont->Color = clBlack;
Contents | Index | Previous | Next