TiAngularLogGauge.Label1Font
TiAngularLogGauge
Controls the font attributes of Label1.
property Label1Font : TFont;
Description
Use Label1Font to change the font attributes of Label1. 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.Label1Font.Name := 'MS Sans Serif';
C++ Builder
iComponent->Label1Font->Name = "MS Sans Serif";
Contents | Index | Previous | Next