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